@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnabledControlSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns a summary of information about an enabled control.
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
controlIdentifier of the enabled control. |
DriftStatusSummary |
getDriftStatusSummary()
The drift status of the enabled control.
|
EnablementStatusSummary |
getStatusSummary()
A short description of the status of the enabled control.
|
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
controlIdentifier of the enabled control. |
void |
setDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
|
void |
setStatusSummary(EnablementStatusSummary statusSummary)
A short description of the status of the enabled control.
|
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
controlIdentifier of the enabled control. |
EnabledControlSummary |
withDriftStatusSummary(DriftStatusSummary driftStatusSummary)
The drift status of the enabled control.
|
EnabledControlSummary |
withStatusSummary(EnablementStatusSummary statusSummary)
A short description of the status of the enabled control.
|
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 controlIdentifier
of the enabled control.
controlIdentifier
- The controlIdentifier
of the enabled control.public String getControlIdentifier()
The controlIdentifier
of the enabled control.
controlIdentifier
of the enabled control.public EnabledControlSummary withControlIdentifier(String controlIdentifier)
The controlIdentifier
of the enabled control.
controlIdentifier
- The controlIdentifier
of the enabled control.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)
A short description of the status of the enabled control.
statusSummary
- A short description of the status of the enabled control.public EnablementStatusSummary getStatusSummary()
A short description of the status of the enabled control.
public EnabledControlSummary withStatusSummary(EnablementStatusSummary statusSummary)
A short description of the status of the enabled control.
statusSummary
- A short description of the status of the enabled control.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.