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