@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreStorageSummary extends Object implements Serializable, Cloneable, StructuredPojo
Where data store data is stored.
Constructor and Description |
---|
DatastoreStorageSummary() |
Modifier and Type | Method and Description |
---|---|
DatastoreStorageSummary |
clone() |
boolean |
equals(Object obj) |
CustomerManagedDatastoreS3StorageSummary |
getCustomerManagedS3()
Used to store data store data in an S3 bucket that you manage.
|
ServiceManagedDatastoreS3StorageSummary |
getServiceManagedS3()
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
|
void |
setServiceManagedS3(ServiceManagedDatastoreS3StorageSummary serviceManagedS3)
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreStorageSummary |
withCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
|
DatastoreStorageSummary |
withServiceManagedS3(ServiceManagedDatastoreS3StorageSummary serviceManagedS3)
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
|
public void setServiceManagedS3(ServiceManagedDatastoreS3StorageSummary serviceManagedS3)
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
serviceManagedS3
- Used to store data store data in an S3 bucket managed by AWS IoT Analytics.public ServiceManagedDatastoreS3StorageSummary getServiceManagedS3()
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
public DatastoreStorageSummary withServiceManagedS3(ServiceManagedDatastoreS3StorageSummary serviceManagedS3)
Used to store data store data in an S3 bucket managed by AWS IoT Analytics.
serviceManagedS3
- Used to store data store data in an S3 bucket managed by AWS IoT Analytics.public void setCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
customerManagedS3
- Used to store data store data in an S3 bucket that you manage.public CustomerManagedDatastoreS3StorageSummary getCustomerManagedS3()
Used to store data store data in an S3 bucket that you manage.
public DatastoreStorageSummary withCustomerManagedS3(CustomerManagedDatastoreS3StorageSummary customerManagedS3)
Used to store data store data in an S3 bucket that you manage.
customerManagedS3
- Used to store data store data in an S3 bucket that you manage.public String toString()
toString
in class Object
Object.toString()
public DatastoreStorageSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.