@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisableStandardsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDisableStandardsResult() |
Modifier and Type | Method and Description |
---|---|
BatchDisableStandardsResult |
clone() |
boolean |
equals(Object obj) |
List<StandardsSubscription> |
getStandardsSubscriptions()
The details of the standards subscriptions that were disabled.
|
int |
hashCode() |
void |
setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisableStandardsResult |
withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
BatchDisableStandardsResult |
withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<StandardsSubscription> getStandardsSubscriptions()
The details of the standards subscriptions that were disabled.
public void setStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
standardsSubscriptions
- The details of the standards subscriptions that were disabled.public BatchDisableStandardsResult withStandardsSubscriptions(StandardsSubscription... standardsSubscriptions)
The details of the standards subscriptions that were disabled.
NOTE: This method appends the values to the existing list (if any). Use
setStandardsSubscriptions(java.util.Collection)
or
withStandardsSubscriptions(java.util.Collection)
if you want to override the existing values.
standardsSubscriptions
- The details of the standards subscriptions that were disabled.public BatchDisableStandardsResult withStandardsSubscriptions(Collection<StandardsSubscription> standardsSubscriptions)
The details of the standards subscriptions that were disabled.
standardsSubscriptions
- The details of the standards subscriptions that were disabled.public String toString()
toString
in class Object
Object.toString()
public BatchDisableStandardsResult clone()