@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnabledBaselineDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details of the EnabledBaseline resource.
| Constructor and Description |
|---|
EnabledBaselineDetails() |
| Modifier and Type | Method and Description |
|---|---|
EnabledBaselineDetails |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the
EnabledBaseline resource. |
String |
getBaselineIdentifier()
The specific
Baseline enabled as part of the EnabledBaseline resource. |
String |
getBaselineVersion()
The enabled version of the
Baseline. |
EnablementStatusSummary |
getStatusSummary() |
String |
getTargetIdentifier()
The target on which to enable the
Baseline. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the
EnabledBaseline resource. |
void |
setBaselineIdentifier(String baselineIdentifier)
The specific
Baseline enabled as part of the EnabledBaseline resource. |
void |
setBaselineVersion(String baselineVersion)
The enabled version of the
Baseline. |
void |
setStatusSummary(EnablementStatusSummary statusSummary) |
void |
setTargetIdentifier(String targetIdentifier)
The target on which to enable the
Baseline. |
String |
toString()
Returns a string representation of this object.
|
EnabledBaselineDetails |
withArn(String arn)
The ARN of the
EnabledBaseline resource. |
EnabledBaselineDetails |
withBaselineIdentifier(String baselineIdentifier)
The specific
Baseline enabled as part of the EnabledBaseline resource. |
EnabledBaselineDetails |
withBaselineVersion(String baselineVersion)
The enabled version of the
Baseline. |
EnabledBaselineDetails |
withStatusSummary(EnablementStatusSummary statusSummary) |
EnabledBaselineDetails |
withTargetIdentifier(String targetIdentifier)
The target on which to enable the
Baseline. |
public void setArn(String arn)
The ARN of the EnabledBaseline resource.
arn - The ARN of the EnabledBaseline resource.public String getArn()
The ARN of the EnabledBaseline resource.
EnabledBaseline resource.public EnabledBaselineDetails withArn(String arn)
The ARN of the EnabledBaseline resource.
arn - The ARN of the EnabledBaseline resource.public void setBaselineIdentifier(String baselineIdentifier)
The specific Baseline enabled as part of the EnabledBaseline resource.
baselineIdentifier - The specific Baseline enabled as part of the EnabledBaseline resource.public String getBaselineIdentifier()
The specific Baseline enabled as part of the EnabledBaseline resource.
Baseline enabled as part of the EnabledBaseline resource.public EnabledBaselineDetails withBaselineIdentifier(String baselineIdentifier)
The specific Baseline enabled as part of the EnabledBaseline resource.
baselineIdentifier - The specific Baseline enabled as part of the EnabledBaseline resource.public void setBaselineVersion(String baselineVersion)
The enabled version of the Baseline.
baselineVersion - The enabled version of the Baseline.public String getBaselineVersion()
The enabled version of the Baseline.
Baseline.public EnabledBaselineDetails withBaselineVersion(String baselineVersion)
The enabled version of the Baseline.
baselineVersion - The enabled version of the Baseline.public void setStatusSummary(EnablementStatusSummary statusSummary)
statusSummary - public EnablementStatusSummary getStatusSummary()
public EnabledBaselineDetails withStatusSummary(EnablementStatusSummary statusSummary)
statusSummary - public void setTargetIdentifier(String targetIdentifier)
The target on which to enable the Baseline.
targetIdentifier - The target on which to enable the Baseline.public String getTargetIdentifier()
The target on which to enable the Baseline.
Baseline.public EnabledBaselineDetails withTargetIdentifier(String targetIdentifier)
The target on which to enable the Baseline.
targetIdentifier - The target on which to enable the Baseline.public String toString()
toString in class ObjectObject.toString()public EnabledBaselineDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.