@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; useful for testing and debugging.
|
CreateSegmentResult |
withSegmentResponse(SegmentResponse segmentResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSegmentResponse(SegmentResponse segmentResponse)
segmentResponse
- public SegmentResponse getSegmentResponse()
public CreateSegmentResult withSegmentResponse(SegmentResponse segmentResponse)
segmentResponse
- public String toString()
toString
in class Object
Object.toString()
public CreateSegmentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.