@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableBaselineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
EnableBaselineRequest() |
Modifier and Type | Method and Description |
---|---|
EnableBaselineRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
EnableBaselineRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
EnableBaselineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBaselineIdentifier()
The ARN of the baseline to be enabled.
|
String |
getBaselineVersion()
The specific version to be enabled of the specified baseline.
|
Map<String,String> |
getTags()
Tags associated with input to
EnableBaseline . |
String |
getTargetIdentifier()
The ARN of the target on which the baseline will be enabled.
|
int |
hashCode() |
void |
setBaselineIdentifier(String baselineIdentifier)
The ARN of the baseline to be enabled.
|
void |
setBaselineVersion(String baselineVersion)
The specific version to be enabled of the specified baseline.
|
void |
setTags(Map<String,String> tags)
Tags associated with input to
EnableBaseline . |
void |
setTargetIdentifier(String targetIdentifier)
The ARN of the target on which the baseline will be enabled.
|
String |
toString()
Returns a string representation of this object.
|
EnableBaselineRequest |
withBaselineIdentifier(String baselineIdentifier)
The ARN of the baseline to be enabled.
|
EnableBaselineRequest |
withBaselineVersion(String baselineVersion)
The specific version to be enabled of the specified baseline.
|
EnableBaselineRequest |
withTags(Map<String,String> tags)
Tags associated with input to
EnableBaseline . |
EnableBaselineRequest |
withTargetIdentifier(String targetIdentifier)
The ARN of the target on which the baseline will be enabled.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBaselineIdentifier(String baselineIdentifier)
The ARN of the baseline to be enabled.
baselineIdentifier
- The ARN of the baseline to be enabled.public String getBaselineIdentifier()
The ARN of the baseline to be enabled.
public EnableBaselineRequest withBaselineIdentifier(String baselineIdentifier)
The ARN of the baseline to be enabled.
baselineIdentifier
- The ARN of the baseline to be enabled.public void setBaselineVersion(String baselineVersion)
The specific version to be enabled of the specified baseline.
baselineVersion
- The specific version to be enabled of the specified baseline.public String getBaselineVersion()
The specific version to be enabled of the specified baseline.
public EnableBaselineRequest withBaselineVersion(String baselineVersion)
The specific version to be enabled of the specified baseline.
baselineVersion
- The specific version to be enabled of the specified baseline.public Map<String,String> getTags()
Tags associated with input to EnableBaseline
.
EnableBaseline
.public void setTags(Map<String,String> tags)
Tags associated with input to EnableBaseline
.
tags
- Tags associated with input to EnableBaseline
.public EnableBaselineRequest withTags(Map<String,String> tags)
Tags associated with input to EnableBaseline
.
tags
- Tags associated with input to EnableBaseline
.public EnableBaselineRequest addTagsEntry(String key, String value)
public EnableBaselineRequest clearTagsEntries()
public void setTargetIdentifier(String targetIdentifier)
The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
targetIdentifier
- The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.public String getTargetIdentifier()
The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
public EnableBaselineRequest withTargetIdentifier(String targetIdentifier)
The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.
targetIdentifier
- The ARN of the target on which the baseline will be enabled. Only OUs are supported as targets.public String toString()
toString
in class Object
Object.toString()
public EnableBaselineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()