@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatedStandard extends Object implements Serializable, Cloneable, StructuredPojo
Information about an enabled security standard in which a security control is enabled.
Constructor and Description |
---|
AssociatedStandard() |
Modifier and Type | Method and Description |
---|---|
AssociatedStandard |
clone() |
boolean |
equals(Object obj) |
String |
getStandardsId()
The unique identifier of a standard in which a control is enabled.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStandardsId(String standardsId)
The unique identifier of a standard in which a control is enabled.
|
String |
toString()
Returns a string representation of this object.
|
AssociatedStandard |
withStandardsId(String standardsId)
The unique identifier of a standard in which a control is enabled.
|
public void setStandardsId(String standardsId)
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
standardsId
- The unique identifier of a standard in which a control is enabled. This field consists of the resource
portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.public String getStandardsId()
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
public AssociatedStandard withStandardsId(String standardsId)
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
standardsId
- The unique identifier of a standard in which a control is enabled. This field consists of the resource
portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.public String toString()
toString
in class Object
Object.toString()
public AssociatedStandard clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.