@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() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ApplySchemaRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.