@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSegmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateSegmentResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSegmentResult |
clone() |
boolean |
equals(Object obj) |
SegmentResponse |
getSegmentResponse() |
int |
hashCode() |
void |
setSegmentResponse(SegmentResponse segmentResponse) |
String |
toString()
Returns a string representation of this object.
|
UpdateSegmentResult |
withSegmentResponse(SegmentResponse segmentResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public SegmentResponse getSegmentResponse()
public UpdateSegmentResult withSegmentResponse(SegmentResponse segmentResponse)
segmentResponse - public String toString()
toString in class ObjectObject.toString()public UpdateSegmentResult clone()