@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMetricSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMetricSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateMetricSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getMetricSetArn()
The ARN of the dataset.
|
int |
hashCode() |
void |
setMetricSetArn(String metricSetArn)
The ARN of the dataset.
|
String |
toString()
Returns a string representation of this object.
|
CreateMetricSetResult |
withMetricSetArn(String metricSetArn)
The ARN of the dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMetricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn
- The ARN of the dataset.public String getMetricSetArn()
The ARN of the dataset.
public CreateMetricSetResult withMetricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn
- The ARN of the dataset.public String toString()
toString
in class Object
Object.toString()
public CreateMetricSetResult clone()