@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreIotSiteWiseMultiLayerStorage extends Object implements Serializable, Cloneable, StructuredPojo
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
Constructor and Description |
---|
DatastoreIotSiteWiseMultiLayerStorage() |
Modifier and Type | Method and Description |
---|---|
DatastoreIotSiteWiseMultiLayerStorage |
clone() |
boolean |
equals(Object obj) |
IotSiteWiseCustomerManagedDatastoreS3Storage |
getCustomerManagedS3Storage()
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomerManagedS3Storage(IotSiteWiseCustomerManagedDatastoreS3Storage customerManagedS3Storage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreIotSiteWiseMultiLayerStorage |
withCustomerManagedS3Storage(IotSiteWiseCustomerManagedDatastoreS3Storage customerManagedS3Storage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
|
public DatastoreIotSiteWiseMultiLayerStorage()
public void setCustomerManagedS3Storage(IotSiteWiseCustomerManagedDatastoreS3Storage customerManagedS3Storage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
customerManagedS3Storage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.public IotSiteWiseCustomerManagedDatastoreS3Storage getCustomerManagedS3Storage()
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
public DatastoreIotSiteWiseMultiLayerStorage withCustomerManagedS3Storage(IotSiteWiseCustomerManagedDatastoreS3Storage customerManagedS3Storage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
customerManagedS3Storage
- Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.public String toString()
toString
in class Object
Object.toString()
public DatastoreIotSiteWiseMultiLayerStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.