@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMetricAttributionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateMetricAttributionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateMetricAttributionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMetricAttributionArn()
 The Amazon Resource Name (ARN) for the new metric attribution. | 
| int | hashCode() | 
| void | setMetricAttributionArn(String metricAttributionArn)
 The Amazon Resource Name (ARN) for the new metric attribution. | 
| String | toString()Returns a string representation of this object. | 
| CreateMetricAttributionResult | withMetricAttributionArn(String metricAttributionArn)
 The Amazon Resource Name (ARN) for the new metric attribution. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMetricAttributionArn(String metricAttributionArn)
The Amazon Resource Name (ARN) for the new metric attribution.
metricAttributionArn - The Amazon Resource Name (ARN) for the new metric attribution.public String getMetricAttributionArn()
The Amazon Resource Name (ARN) for the new metric attribution.
public CreateMetricAttributionResult withMetricAttributionArn(String metricAttributionArn)
The Amazon Resource Name (ARN) for the new metric attribution.
metricAttributionArn - The Amazon Resource Name (ARN) for the new metric attribution.public String toString()
toString in class ObjectObject.toString()public CreateMetricAttributionResult clone()