@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) |
SegmentResponse |
getSegmentResponse() |
int |
hashCode() |
void |
setSegmentResponse(SegmentResponse segmentResponse) |
String |
toString()
Returns a string representation of this object.
|
CreateSegmentResult |
withSegmentResponse(SegmentResponse segmentResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public SegmentResponse getSegmentResponse()
public CreateSegmentResult withSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public String toString()
toString in class ObjectObject.toString()public CreateSegmentResult clone()