@Generated(value="software.amazon.awssdk:codegen") public final class PutStorageConfigurationResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<PutStorageConfigurationResponse.Builder,PutStorageConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutStorageConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutStorageConfigurationResponse.Builder |
builder() |
ConfigurationStatus |
configurationStatus()
Returns the value of the ConfigurationStatus property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MultiLayerStorage |
multiLayerStorage()
Contains information about the storage destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutStorageConfigurationResponse.Builder> |
serializableBuilderClass() |
StorageType |
storageType()
The type of storage that you specified for your data.
|
String |
storageTypeAsString()
The type of storage that you specified for your data.
|
PutStorageConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StorageType storageType()
The type of storage that you specified for your data. The storage type can be one of the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and saves a
copy of your raw data and metadata in an Amazon S3 object that you specified.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed
database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and
saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
StorageTypepublic final String storageTypeAsString()
The type of storage that you specified for your data. The storage type can be one of the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and saves a
copy of your raw data and metadata in an Amazon S3 object that you specified.
If the service returns an enum value that is not available in the current SDK version, storageType will
return StorageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageTypeAsString().
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed
database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and
saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
StorageTypepublic final MultiLayerStorage multiLayerStorage()
Contains information about the storage destination.
public final ConfigurationStatus configurationStatus()
public PutStorageConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutStorageConfigurationResponse.Builder,PutStorageConfigurationResponse>toBuilder in class AwsResponsepublic static PutStorageConfigurationResponse.Builder builder()
public static Class<? extends PutStorageConfigurationResponse.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 © 2021. All rights reserved.