ToCopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
@Generated("software.amazon.awssdk:codegen") public class PutBotAliasResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutBotAliasResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
botName() |
The name of the bot that the alias points to.
|
String |
botVersion() |
The version of the bot that the alias points to.
|
static PutBotAliasResponse.Builder |
builder() |
|
String |
checksum() |
The checksum for the current version of the alias.
|
Date |
createdDate() |
The date that the bot alias was created.
|
String |
description() |
A description of the alias.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the bot alias was updated.
|
String |
name() |
The name of the alias.
|
static Class<? extends PutBotAliasResponse.Builder> |
serializableBuilderClass() |
|
PutBotAliasResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String name()
The name of the alias.
public String description()
A description of the alias.
public String botVersion()
The version of the bot that the alias points to.
public String botName()
The name of the bot that the alias points to.
public Date lastUpdatedDate()
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
public Date createdDate()
The date that the bot alias was created.
public String checksum()
The checksum for the current version of the alias.
public PutBotAliasResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutBotAliasResponse.Builder,PutBotAliasResponse>
public static PutBotAliasResponse.Builder builder()
public static Class<? extends PutBotAliasResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.