@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MssManifest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MssManifest() |
Modifier and Type | Method and Description |
---|---|
MssManifest |
clone() |
boolean |
equals(Object obj) |
String |
getManifestName()
An optional string to include in the name of the manifest.
|
StreamSelection |
getStreamSelection() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setManifestName(String manifestName)
An optional string to include in the name of the manifest.
|
void |
setStreamSelection(StreamSelection streamSelection) |
String |
toString()
Returns a string representation of this object.
|
MssManifest |
withManifestName(String manifestName)
An optional string to include in the name of the manifest.
|
MssManifest |
withStreamSelection(StreamSelection streamSelection) |
public void setManifestName(String manifestName)
manifestName
- An optional string to include in the name of the manifest.public String getManifestName()
public MssManifest withManifestName(String manifestName)
manifestName
- An optional string to include in the name of the manifest.public void setStreamSelection(StreamSelection streamSelection)
streamSelection
- public StreamSelection getStreamSelection()
public MssManifest withStreamSelection(StreamSelection streamSelection)
streamSelection
- public String toString()
toString
in class Object
Object.toString()
public MssManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.