@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddFacetToObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| AddFacetToObjectRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddFacetToObjectRequest | 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 where the object resides. | 
| List<AttributeKeyAndValue> | getObjectAttributeList()
 Attributes on the facet you are adding to the object. | 
| ObjectReference | getObjectReference()
 A reference to the object you are adding the specified facet to. | 
| SchemaFacet | getSchemaFacet()
 Identifiers for the facet that you are adding to the object. | 
| int | hashCode() | 
| void | setDirectoryArn(String directoryArn)
 ARN associated with the Directory where the object resides. | 
| void | setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
 Attributes on the facet you are adding to the object. | 
| void | setObjectReference(ObjectReference objectReference)
 A reference to the object you are adding the specified facet to. | 
| void | setSchemaFacet(SchemaFacet schemaFacet)
 Identifiers for the facet that you are adding to the object. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| AddFacetToObjectRequest | withDirectoryArn(String directoryArn)
 ARN associated with the Directory where the object resides. | 
| AddFacetToObjectRequest | withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
 Attributes on the facet you are adding to the object. | 
| AddFacetToObjectRequest | withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
 Attributes on the facet you are adding to the object. | 
| AddFacetToObjectRequest | withObjectReference(ObjectReference objectReference)
 A reference to the object you are adding the specified facet to. | 
| AddFacetToObjectRequest | withSchemaFacet(SchemaFacet schemaFacet)
 Identifiers for the facet that you are adding to the object. | 
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, withSdkRequestTimeoutpublic void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public AddFacetToObjectRequest withDirectoryArn(String directoryArn)
public void setSchemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
schemaFacet - Identifiers for the facet that you are adding to the object.public SchemaFacet getSchemaFacet()
Identifiers for the facet that you are adding to the object.
public AddFacetToObjectRequest withSchemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
schemaFacet - Identifiers for the facet that you are adding to the object.public List<AttributeKeyAndValue> getObjectAttributeList()
Attributes on the facet you are adding to the object.
public void setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet you are adding to the object.
objectAttributeList - Attributes on the facet you are adding to the object.public AddFacetToObjectRequest withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet you are adding to the object.
 NOTE: This method appends the values to the existing list (if any). Use
 setObjectAttributeList(java.util.Collection) or withObjectAttributeList(java.util.Collection)
 if you want to override the existing values.
 
objectAttributeList - Attributes on the facet you are adding to the object.public AddFacetToObjectRequest withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet you are adding to the object.
objectAttributeList - Attributes on the facet you are adding to the object.public void setObjectReference(ObjectReference objectReference)
A reference to the object you are adding the specified facet to.
objectReference - A reference to the object you are adding the specified facet to.public ObjectReference getObjectReference()
A reference to the object you are adding the specified facet to.
public AddFacetToObjectRequest withObjectReference(ObjectReference objectReference)
A reference to the object you are adding the specified facet to.
objectReference - A reference to the object you are adding the specified facet to.public String toString()
toString in class ObjectObject.toString()public AddFacetToObjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.