@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 |
getArn()
The ARN of the enabled control.
|
String |
getControlIdentifier()
The ARN of the control.
|
DriftStatusSummary |
getDriftStatusSummary()
The drift status of the enabled control.
|
EnablementStatusSummary |
getStatusSummary()
|
String |
getTargetIdentifier()
The ARN of the organizational unit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the enabled control.
|
void |
setControlIdentifier(String controlIdentifier)
The ARN of the control.
|
void |
setDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
|
void |
setStatusSummary(EnablementStatusSummary statusSummary)
|
void |
setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
String |
toString()
Returns a string representation of this object.
|
EnabledControlSummary |
withArn(String arn)
The ARN of the enabled control.
|
EnabledControlSummary |
withControlIdentifier(String controlIdentifier)
The ARN of the control.
|
EnabledControlSummary |
withDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
|
EnabledControlSummary |
withStatusSummary(EnablementStatusSummary statusSummary)
|
EnabledControlSummary |
withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
public void setArn(String arn)
The ARN of the enabled control.
arn
- The ARN of the enabled control.public String getArn()
The ARN of the enabled control.
public EnabledControlSummary withArn(String arn)
The ARN of the enabled control.
arn
- The ARN of the enabled 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 control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny control. For information on how to find the
controlIdentifier
, see the overview page.public String getControlIdentifier()
The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the
exception of the Region deny control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
, see the overview page.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 control. For information on how to find the controlIdentifier
,
see the overview page.
controlIdentifier
- The ARN of the control. Only Strongly recommended and Elective controls are permitted, with
the exception of the Region deny control. For information on how to find the
controlIdentifier
, see the overview page.public void setDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
driftStatusSummary
- The drift status of the enabled control.public DriftStatusSummary getDriftStatusSummary()
The drift status of the enabled control.
public EnabledControlSummary withDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
driftStatusSummary
- The drift status of the enabled control.public void setStatusSummary(EnablementStatusSummary statusSummary)
statusSummary
- public EnablementStatusSummary getStatusSummary()
public EnabledControlSummary withStatusSummary(EnablementStatusSummary statusSummary)
statusSummary
- public void setTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier
- The ARN of the organizational unit.public String getTargetIdentifier()
The ARN of the organizational unit.
public EnabledControlSummary withTargetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
targetIdentifier
- The ARN of the organizational unit.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.