@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 standard 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 standard 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 standard subscription.
|
StandardsSubscription |
withStandardsStatus(String standardsStatus)
The status of the standard 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 standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
standardsStatus
- The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
StandardsStatus
public String getStandardsStatus()
The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
StandardsStatus
public StandardsSubscription withStandardsStatus(String standardsStatus)
The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
standardsStatus
- The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
StandardsStatus
public StandardsSubscription withStandardsStatus(StandardsStatus standardsStatus)
The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
standardsStatus
- The status of the standard subscription.
The status values are as follows:
PENDING
- Standard is in the process of being enabled.
READY
- Standard is enabled.
INCOMPLETE
- Standard could not be enabled completely. Some controls may not be available.
DELETING
- Standard is in the process of being disabled.
FAILED
- Standard could not be disabled.
StandardsStatus
public String toString()
toString
in class Object
Object.toString()
public StandardsSubscription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.