StructuredPojo
, ToCopyableBuilder<Facet.Builder,Facet>
@Generated("software.amazon.awssdk:codegen") public class Facet extends Object implements StructuredPojo, ToCopyableBuilder<Facet.Builder,Facet>
A structure that contains Name
, ARN
, Attributes
, Rules, and
ObjectTypes
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Facet.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Facet.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the Facet.
|
String |
objectType() |
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() |
public String objectType()
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
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.