@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsSubscriptionRequest extends Object implements Serializable, Cloneable, StructuredPojo
The standard that you want to enable.
| Constructor and Description |
|---|
StandardsSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscriptionRequest |
addStandardsInputEntry(String key,
String value) |
StandardsSubscriptionRequest |
clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscriptionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStandardsArn()
The ARN of the standard that you want to enable.
|
Map<String,String> |
getStandardsInput()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
void |
setStandardsInput(Map<String,String> standardsInput)
|
String |
toString()
Returns a string representation of this object.
|
StandardsSubscriptionRequest |
withStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
|
StandardsSubscriptionRequest |
withStandardsInput(Map<String,String> standardsInput)
|
public void setStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
standardsArn - The ARN of the standard that you want to enable.public String getStandardsArn()
The ARN of the standard that you want to enable.
public StandardsSubscriptionRequest withStandardsArn(String standardsArn)
The ARN of the standard that you want to enable.
standardsArn - The ARN of the standard that you want to enable.public void setStandardsInput(Map<String,String> standardsInput)
standardsInput - public StandardsSubscriptionRequest withStandardsInput(Map<String,String> standardsInput)
standardsInput - public StandardsSubscriptionRequest addStandardsInputEntry(String key, String value)
public StandardsSubscriptionRequest clearStandardsInputEntries()
public String toString()
toString in class ObjectObject.toString()public StandardsSubscriptionRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.