@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplySchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ApplySchemaRequest() |
Modifier and Type | Method and Description |
---|---|
ApplySchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
ARN associated with the Directory into which the schema is copied.
|
String |
getPublishedSchemaArn()
Published schema ARN that needs to be copied.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory into which the schema is copied.
|
void |
setPublishedSchemaArn(String publishedSchemaArn)
Published schema ARN that needs to be copied.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplySchemaRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory into which the schema is copied.
|
ApplySchemaRequest |
withPublishedSchemaArn(String publishedSchemaArn)
Published schema ARN that needs to be copied.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPublishedSchemaArn(String publishedSchemaArn)
Published schema ARN that needs to be copied. For more information, see arns.
publishedSchemaArn
- Published schema ARN that needs to be copied. For more information, see arns.public String getPublishedSchemaArn()
Published schema ARN that needs to be copied. For more information, see arns.
public ApplySchemaRequest withPublishedSchemaArn(String publishedSchemaArn)
Published schema ARN that needs to be copied. For more information, see arns.
publishedSchemaArn
- Published schema ARN that needs to be copied. For more information, see arns.public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public ApplySchemaRequest withDirectoryArn(String directoryArn)
public String toString()
toString
in class Object
Object.toString()
public ApplySchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.