Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
@Generated("software.amazon.awssdk:codegen") public class AddFacetToObjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddFacetToObjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AddFacetToObjectRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<AttributeKeyAndValue> |
objectAttributeList() |
Attributes on the facet that you are adding to the object.
|
ObjectReference |
objectReference() |
A reference to the object you are adding the specified facet to.
|
SchemaFacet |
schemaFacet() |
Identifiers for the facet that you are adding to the object.
|
static Class<? extends AddFacetToObjectRequest.Builder> |
serializableBuilderClass() |
|
AddFacetToObjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
public SchemaFacet schemaFacet()
Identifiers for the facet that you are adding to the object.
public List<AttributeKeyAndValue> objectAttributeList()
Attributes on the facet that you are adding to the object.
public ObjectReference objectReference()
A reference to the object you are adding the specified facet to.
public AddFacetToObjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
public static AddFacetToObjectRequest.Builder builder()
public static Class<? extends AddFacetToObjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.