@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WriteSegmentRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
WriteSegmentRequest() |
Modifier and Type | Method and Description |
---|---|
WriteSegmentRequest |
clone() |
boolean |
equals(Object obj) |
SegmentDimensions |
getDimensions()
The segment dimensions attributes.
|
String |
getName()
The name of segment
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
void |
setName(String name)
The name of segment
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WriteSegmentRequest |
withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
WriteSegmentRequest |
withName(String name)
The name of segment
|
public void setDimensions(SegmentDimensions dimensions)
dimensions
- The segment dimensions attributes.public SegmentDimensions getDimensions()
public WriteSegmentRequest withDimensions(SegmentDimensions dimensions)
dimensions
- The segment dimensions attributes.public void setName(String name)
name
- The name of segmentpublic String getName()
public WriteSegmentRequest withName(String name)
name
- The name of segmentpublic String toString()
toString
in class Object
Object.toString()
public WriteSegmentRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.