@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSchemaRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaRequest |
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 contains the schema.
|
int |
hashCode () |
void |
setPolicyStoreId (String policyStoreId)
Specifies the ID of the policy store that contains the schema.
|
String |
toString ()
Returns a string representation of this object.
|
GetSchemaRequest |
withPolicyStoreId (String policyStoreId)
Specifies the ID of the policy store that contains the schema.
|
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 GetSchemaRequest()
public void setPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the schema.
policyStoreId - Specifies the ID of the policy store that contains the schema.public String getPolicyStoreId()
Specifies the ID of the policy store that contains the schema.
public GetSchemaRequest withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the schema.
policyStoreId - Specifies the ID of the policy store that contains the schema.public String toString()
toString in class Object Object.toString() public GetSchemaRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()