@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFacetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateFacetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFacetRequest |
clone() |
boolean |
equals(Object obj) |
List<FacetAttributeUpdate> |
getAttributeUpdates()
List of attributes that need to be updated in a given schema Facet.
|
String |
getName() |
String |
getObjectType()
Object type associated with the facet.
|
String |
getSchemaArn()
ARN associated with the Facet.
|
int |
hashCode() |
void |
setAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
void |
setName(String name) |
void |
setObjectType(ObjectType objectType)
Object type associated with the facet.
|
void |
setObjectType(String objectType)
Object type associated with the facet.
|
void |
setSchemaArn(String schemaArn)
ARN associated with the Facet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateFacetRequest |
withAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest |
withAttributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest |
withName(String name) |
UpdateFacetRequest |
withObjectType(ObjectType objectType)
Object type associated with the facet.
|
UpdateFacetRequest |
withObjectType(String objectType)
Object type associated with the facet.
|
UpdateFacetRequest |
withSchemaArn(String schemaArn)
ARN associated with the Facet.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSchemaArn(String schemaArn)
public String getSchemaArn()
public UpdateFacetRequest withSchemaArn(String schemaArn)
public void setName(String name)
name - public String getName()
public UpdateFacetRequest withName(String name)
name - public List<FacetAttributeUpdate> getAttributeUpdates()
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.
public void setAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.
attributeUpdates - List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.public UpdateFacetRequest withAttributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeUpdates(java.util.Collection) or withAttributeUpdates(java.util.Collection) if you
want to override the existing values.
attributeUpdates - List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.public UpdateFacetRequest withAttributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by AttributeAction, which specifies the type of update operation to perform.
attributeUpdates - List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.public void setObjectType(String objectType)
Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.ObjectTypepublic String getObjectType()
Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.
ObjectTypepublic UpdateFacetRequest withObjectType(String objectType)
Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.ObjectTypepublic void setObjectType(ObjectType objectType)
Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.ObjectTypepublic UpdateFacetRequest withObjectType(ObjectType objectType)
Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - Object type associated with the facet. See CreateFacetRequest$ObjectType for more details.ObjectTypepublic String toString()
toString in class ObjectObject.toString()public UpdateFacetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.