@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplySchemaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ApplySchemaResult() |
Modifier and Type | Method and Description |
---|---|
ApplySchemaResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppliedSchemaArn()
The applied schema ARN that is associated with the copied schema in the Directory.
|
String |
getDirectoryArn()
The ARN that is associated with the Directory.
|
int |
hashCode() |
void |
setAppliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory.
|
void |
setDirectoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplySchemaResult |
withAppliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory.
|
ApplySchemaResult |
withDirectoryArn(String directoryArn)
The ARN that is associated with the Directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppliedSchemaArn(String appliedSchemaArn)
public String getAppliedSchemaArn()
public ApplySchemaResult withAppliedSchemaArn(String appliedSchemaArn)
The applied schema ARN that is associated with the copied schema in the Directory. You can use this ARN to describe the schema information applied on this directory. For more information, see arns.
appliedSchemaArn
- The applied schema ARN that is associated with the copied schema in the Directory. You can use this
ARN to describe the schema information applied on this directory. For more information, see arns.public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public ApplySchemaResult withDirectoryArn(String directoryArn)
public String toString()
toString
in class Object
Object.toString()
public ApplySchemaResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.