@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StandardsSubscription extends Object implements Serializable, Cloneable, StructuredPojo
A resource that represents your subscription to a supported standard.
| Constructor and Description |
|---|
StandardsSubscription() |
| Modifier and Type | Method and Description |
|---|---|
StandardsSubscription |
addStandardsInputEntry(String key,
String value)
Add a single StandardsInput entry
|
StandardsSubscription |
clearStandardsInputEntries()
Removes all the entries added into StandardsInput.
|
StandardsSubscription |
clone() |
boolean |
equals(Object obj) |
String |
getStandardsArn()
The ARN of a standard.
|
Map<String,String> |
getStandardsInput()
A key-value pair of input for the standard.
|
String |
getStandardsStatus()
The status of the standards subscription.
|
String |
getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStandardsArn(String standardsArn)
The ARN of a standard.
|
void |
setStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
void |
setStandardsStatus(String standardsStatus)
The status of the standards subscription.
|
void |
setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
String |
toString()
Returns a string representation of this object.
|
StandardsSubscription |
withStandardsArn(String standardsArn)
The ARN of a standard.
|
StandardsSubscription |
withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
|
StandardsSubscription |
withStandardsStatus(StandardsStatus standardsStatus)
The status of the standards subscription.
|
StandardsSubscription |
withStandardsStatus(String standardsStatus)
The status of the standards subscription.
|
StandardsSubscription |
withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
|
public void setStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public String getStandardsSubscriptionArn()
The ARN of a resource that represents your subscription to a supported standard.
public StandardsSubscription withStandardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard.
standardsSubscriptionArn - The ARN of a resource that represents your subscription to a supported standard.public void setStandardsArn(String standardsArn)
The ARN of a standard.
standardsArn - The ARN of a standard.public String getStandardsArn()
The ARN of a standard.
public StandardsSubscription withStandardsArn(String standardsArn)
The ARN of a standard.
standardsArn - The ARN of a standard.public Map<String,String> getStandardsInput()
A key-value pair of input for the standard.
public void setStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.public StandardsSubscription withStandardsInput(Map<String,String> standardsInput)
A key-value pair of input for the standard.
standardsInput - A key-value pair of input for the standard.public StandardsSubscription addStandardsInputEntry(String key, String value)
public StandardsSubscription clearStandardsInputEntries()
public void setStandardsStatus(String standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic String getStandardsStatus()
The status of the standards subscription.
StandardsStatuspublic StandardsSubscription withStandardsStatus(String standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic StandardsSubscription withStandardsStatus(StandardsStatus standardsStatus)
The status of the standards subscription.
standardsStatus - The status of the standards subscription.StandardsStatuspublic String toString()
toString in class ObjectObject.toString()public StandardsSubscription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.