@Generated(value="software.amazon.awssdk:codegen") public final class CreateDatastoreResponse extends IoTAnalyticsResponse implements ToCopyableBuilder<CreateDatastoreResponse.Builder,CreateDatastoreResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDatastoreResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDatastoreResponse.Builder |
builder() |
String |
datastoreArn()
The ARN of the data store.
|
String |
datastoreName()
The name of the data store.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RetentionPeriod |
retentionPeriod()
How long, in days, message data is kept for the data store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDatastoreResponse.Builder> |
serializableBuilderClass() |
CreateDatastoreResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreName()
The name of the data store.
public final String datastoreArn()
The ARN of the data store.
public final RetentionPeriod retentionPeriod()
How long, in days, message data is kept for the data store.
public CreateDatastoreResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDatastoreResponse.Builder,CreateDatastoreResponse>toBuilder in class AwsResponsepublic static CreateDatastoreResponse.Builder builder()
public static Class<? extends CreateDatastoreResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.