@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnabledControlSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of enabled controls.
Constructor and Description |
---|
EnabledControlSummary() |
Modifier and Type | Method and Description |
---|---|
EnabledControlSummary |
clone() |
boolean |
equals(Object obj) |
String |
getControlIdentifier()
The ARN of the control.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setControlIdentifier(String controlIdentifier)
The ARN of the control.
|
String |
toString()
Returns a string representation of this object.
|
EnabledControlSummary |
withControlIdentifier(String controlIdentifier)
The ARN of the control.
|
public void setControlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny guardrail.public String getControlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
public EnabledControlSummary withControlIdentifier(String controlIdentifier)
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny guardrail.public String toString()
toString
in class Object
Object.toString()
public EnabledControlSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.