@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSegmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSegmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateSegmentResult |
clone() |
boolean |
equals(Object obj) |
Segment |
getSegment()
A structure that contains the complete information about the segment that was just created.
|
int |
hashCode() |
void |
setSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
String |
toString()
Returns a string representation of this object.
|
CreateSegmentResult |
withSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
segment
- A structure that contains the complete information about the segment that was just created.public Segment getSegment()
A structure that contains the complete information about the segment that was just created.
public CreateSegmentResult withSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
segment
- A structure that contains the complete information about the segment that was just created.public String toString()
toString
in class Object
Object.toString()
public CreateSegmentResult clone()