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