@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFacetFromObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveFacetFromObjectRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveFacetFromObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the directory in which the object resides.
|
ObjectReference |
getObjectReference()
A reference to the object to remove the facet from.
|
SchemaFacet |
getSchemaFacet()
The facet to remove.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the directory in which the object resides.
|
void |
setObjectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
|
void |
setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveFacetFromObjectRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory in which the object resides.
|
RemoveFacetFromObjectRequest |
withObjectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
|
RemoveFacetFromObjectRequest |
withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
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 setDirectoryArn(String directoryArn)
The ARN of the directory in which the object resides.
directoryArn
- The ARN of the directory in which the object resides.public String getDirectoryArn()
The ARN of the directory in which the object resides.
public RemoveFacetFromObjectRequest withDirectoryArn(String directoryArn)
The ARN of the directory in which the object resides.
directoryArn
- The ARN of the directory in which the object resides.public void setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
schemaFacet
- The facet to remove.public SchemaFacet getSchemaFacet()
The facet to remove.
public RemoveFacetFromObjectRequest withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove.
schemaFacet
- The facet to remove.public void setObjectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
objectReference
- A reference to the object to remove the facet from.public ObjectReference getObjectReference()
A reference to the object to remove the facet from.
public RemoveFacetFromObjectRequest withObjectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
objectReference
- A reference to the object to remove the facet from.public String toString()
toString
in class Object
Object.toString()
public RemoveFacetFromObjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.