@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) |
SegmentResponse |
getSegmentResponse() |
int |
hashCode() |
void |
setSegmentResponse(SegmentResponse segmentResponse) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSegmentResult |
withSegmentResponse(SegmentResponse segmentResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public SegmentResponse getSegmentResponse()
public GetSegmentResult withSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public String toString()
toString in class ObjectObject.toString()public GetSegmentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.