StructuredPojo
, ToCopyableBuilder<BotMetadata.Builder,BotMetadata>
@Generated("software.amazon.awssdk:codegen") public class BotMetadata extends Object implements StructuredPojo, ToCopyableBuilder<BotMetadata.Builder,BotMetadata>
Provides information about a bot. .
Modifier and Type | Class | Description |
---|---|---|
static interface |
BotMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BotMetadata.Builder |
builder() |
|
Date |
createdDate() |
The date that the bot was created.
|
String |
description() |
A description of the bot.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the bot was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the bot.
|
static Class<? extends BotMetadata.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the bot.
|
BotMetadata.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 bot.
|
public String name()
The name of the bot.
public String description()
A description of the bot.
public String status()
The status of the bot.
Status
public Date lastUpdatedDate()
The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
public Date createdDate()
The date that the bot was created.
public String version()
The version of the bot. For a new bot, the version is always $LATEST
.
$LATEST
.public BotMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BotMetadata.Builder,BotMetadata>
public static BotMetadata.Builder builder()
public static Class<? extends BotMetadata.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.