@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnabledBaselineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnabledBaselineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnabledBaselineRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBaselineVersion()
Specifies the new
Baseline version, to which the EnabledBaseline should be updated. |
String |
getEnabledBaselineIdentifier()
Specifies the
EnabledBaseline resource to be updated. |
int |
hashCode() |
void |
setBaselineVersion(String baselineVersion)
Specifies the new
Baseline version, to which the EnabledBaseline should be updated. |
void |
setEnabledBaselineIdentifier(String enabledBaselineIdentifier)
Specifies the
EnabledBaseline resource to be updated. |
String |
toString()
Returns a string representation of this object.
|
UpdateEnabledBaselineRequest |
withBaselineVersion(String baselineVersion)
Specifies the new
Baseline version, to which the EnabledBaseline should be updated. |
UpdateEnabledBaselineRequest |
withEnabledBaselineIdentifier(String enabledBaselineIdentifier)
Specifies the
EnabledBaseline resource to be updated. |
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 setBaselineVersion(String baselineVersion)
Specifies the new Baseline
version, to which the EnabledBaseline
should be updated.
baselineVersion
- Specifies the new Baseline
version, to which the EnabledBaseline
should be
updated.public String getBaselineVersion()
Specifies the new Baseline
version, to which the EnabledBaseline
should be updated.
Baseline
version, to which the EnabledBaseline
should be
updated.public UpdateEnabledBaselineRequest withBaselineVersion(String baselineVersion)
Specifies the new Baseline
version, to which the EnabledBaseline
should be updated.
baselineVersion
- Specifies the new Baseline
version, to which the EnabledBaseline
should be
updated.public void setEnabledBaselineIdentifier(String enabledBaselineIdentifier)
Specifies the EnabledBaseline
resource to be updated.
enabledBaselineIdentifier
- Specifies the EnabledBaseline
resource to be updated.public String getEnabledBaselineIdentifier()
Specifies the EnabledBaseline
resource to be updated.
EnabledBaseline
resource to be updated.public UpdateEnabledBaselineRequest withEnabledBaselineIdentifier(String enabledBaselineIdentifier)
Specifies the EnabledBaseline
resource to be updated.
enabledBaselineIdentifier
- Specifies the EnabledBaseline
resource to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateEnabledBaselineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()