@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 ObjectObject.toString()public MssManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.