@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()
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
String |
getPublishedSchemaArn()
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
void |
setPublishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplySchemaRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
ApplySchemaRequest |
withPublishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPublishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
publishedSchemaArn
- Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see
arns.public String getPublishedSchemaArn()
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
public ApplySchemaRequest withPublishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns.
publishedSchemaArn
- Published schema Amazon Resource Name (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.