@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) |
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 ObjectObject.toString()public EnabledControlSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.