@Generated(value="software.amazon.awssdk:codegen") public final class Facet extends Object implements StructuredPojo, ToCopyableBuilder<Facet.Builder,Facet>
A structure that contains Name
, ARN
, Attributes
, Rules, and
ObjectTypes
.
Modifier and Type | Class and Description |
---|---|
static interface |
Facet.Builder |
Modifier and Type | Method and Description |
---|---|
static Facet.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
The name of the Facet.
|
ObjectType |
objectType()
The object type that is associated with the facet.
|
String |
objectTypeAsString()
The object type that is associated with the facet.
|
static Class<? extends Facet.Builder> |
serializableBuilderClass() |
Facet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectType objectType()
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
If the service returns an enum value that is not available in the current SDK version, objectType
will
return ObjectType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
objectTypeAsString()
.
ObjectType
public String objectTypeAsString()
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
If the service returns an enum value that is not available in the current SDK version, objectType
will
return ObjectType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
objectTypeAsString()
.
ObjectType
public Facet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Facet.Builder,Facet>
public static Facet.Builder builder()
public static Class<? extends Facet.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.