StructuredPojo, ToCopyableBuilder<OptionStatus.Builder,OptionStatus>@Generated("software.amazon.awssdk:codegen") public class OptionStatus extends Object implements StructuredPojo, ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
Provides the current status of the entity.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
OptionStatus.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static OptionStatus.Builder |
builder() |
|
Date |
creationDate() |
Timestamp which tells the creation date for the entity.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
Boolean |
pendingDeletion() |
Indicates whether the Elasticsearch domain is being deleted.
|
static Class<? extends OptionStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
updateDate() |
Timestamp which tells the last updated time for the entity.
|
Integer |
updateVersion() |
Specifies the latest version for the entity.
|
public Date creationDate()
Timestamp which tells the creation date for the entity.
public Date updateDate()
Timestamp which tells the last updated time for the entity.
public Integer updateVersion()
Specifies the latest version for the entity.
public String state()
Provides the OptionState for the Elasticsearch domain.
OptionState for the Elasticsearch domain.OptionStatepublic Boolean pendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
public OptionStatus.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<OptionStatus.Builder,OptionStatus>public static OptionStatus.Builder builder()
public static Class<? extends OptionStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.