@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMessages extends Object implements Serializable, Cloneable, StructuredPojo
Specifies one or more sets of channel messages.
Constructor and Description |
---|
ChannelMessages() |
Modifier and Type | Method and Description |
---|---|
ChannelMessages |
clone() |
boolean |
equals(Object obj) |
List<String> |
getS3Paths()
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
String |
toString()
Returns a string representation of this object.
|
ChannelMessages |
withS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
ChannelMessages |
withS3Paths(String... s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
public List<String> getS3Paths()
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
public void setS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.public ChannelMessages withS3Paths(String... s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
NOTE: This method appends the values to the existing list (if any). Use
setS3Paths(java.util.Collection)
or withS3Paths(java.util.Collection)
if you want to override
the existing values.
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.public ChannelMessages withS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.public String toString()
toString
in class Object
Object.toString()
public ChannelMessages clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.