@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePolicyStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePolicyStoreRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePolicyStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPolicyStoreId()
Specifies the ID of the policy store that you want to update
|
ValidationSettings |
getValidationSettings()
A structure that defines the validation settings that want to enable for the policy store.
|
int |
hashCode() |
void |
setPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
|
void |
setValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePolicyStoreRequest |
withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
|
UpdatePolicyStoreRequest |
withValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
|
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 setPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
policyStoreId
- Specifies the ID of the policy store that you want to updatepublic String getPolicyStoreId()
Specifies the ID of the policy store that you want to update
public UpdatePolicyStoreRequest withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
policyStoreId
- Specifies the ID of the policy store that you want to updatepublic void setValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
validationSettings
- A structure that defines the validation settings that want to enable for the policy store.public ValidationSettings getValidationSettings()
A structure that defines the validation settings that want to enable for the policy store.
public UpdatePolicyStoreRequest withValidationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
validationSettings
- A structure that defines the validation settings that want to enable for the policy store.public String toString()
toString
in class Object
Object.toString()
public UpdatePolicyStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()