@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableAwsNetworkPerformanceMetricSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
EnableAwsNetworkPerformanceMetricSubscriptionResult() |
Modifier and Type | Method and Description |
---|---|
EnableAwsNetworkPerformanceMetricSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getOutput()
Indicates whether the subscribe action was successful.
|
int |
hashCode() |
Boolean |
isOutput()
Indicates whether the subscribe action was successful.
|
void |
setOutput(Boolean output)
Indicates whether the subscribe action was successful.
|
String |
toString()
Returns a string representation of this object.
|
EnableAwsNetworkPerformanceMetricSubscriptionResult |
withOutput(Boolean output)
Indicates whether the subscribe action was successful.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public EnableAwsNetworkPerformanceMetricSubscriptionResult()
public void setOutput(Boolean output)
Indicates whether the subscribe action was successful.
output
- Indicates whether the subscribe action was successful.public Boolean getOutput()
Indicates whether the subscribe action was successful.
public EnableAwsNetworkPerformanceMetricSubscriptionResult withOutput(Boolean output)
Indicates whether the subscribe action was successful.
output
- Indicates whether the subscribe action was successful.public Boolean isOutput()
Indicates whether the subscribe action was successful.
public String toString()
toString
in class Object
Object.toString()
public EnableAwsNetworkPerformanceMetricSubscriptionResult clone()