@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutMetricStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutMetricStreamResult() |
Modifier and Type | Method and Description |
---|---|
PutMetricStreamResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the metric stream.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the metric stream.
|
String |
toString()
Returns a string representation of this object.
|
PutMetricStreamResult |
withArn(String arn)
The ARN of the metric stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the metric stream.
arn
- The ARN of the metric stream.public String getArn()
The ARN of the metric stream.
public PutMetricStreamResult withArn(String arn)
The ARN of the metric stream.
arn
- The ARN of the metric stream.public String toString()
toString
in class Object
Object.toString()
public PutMetricStreamResult clone()
Copyright © 2023. All rights reserved.