StructuredPojo
, ToCopyableBuilder<IntentMetadata.Builder,IntentMetadata>
@Generated("software.amazon.awssdk:codegen") public class IntentMetadata extends Object implements StructuredPojo, ToCopyableBuilder<IntentMetadata.Builder,IntentMetadata>
Provides information about an intent.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IntentMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IntentMetadata.Builder |
builder() |
|
Date |
createdDate() |
The date that the intent was created.
|
String |
description() |
A description of the intent.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the intent was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the intent.
|
static Class<? extends IntentMetadata.Builder> |
serializableBuilderClass() |
|
IntentMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the intent.
|
public String name()
The name of the intent.
public String description()
A description of the intent.
public Date lastUpdatedDate()
The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.
public Date createdDate()
The date that the intent was created.
public String version()
The version of the intent.
public IntentMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IntentMetadata.Builder,IntentMetadata>
public static IntentMetadata.Builder builder()
public static Class<? extends IntentMetadata.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.