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