@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSegmentVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSegmentVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getSegmentId()
The unique ID of the segment.
|
String |
getVersion()
The segment version.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setSegmentId(String segmentId)
The unique ID of the segment.
|
void |
setVersion(String version)
The segment version.
|
String |
toString()
Returns a string representation of this object.
|
GetSegmentVersionRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetSegmentVersionRequest |
withSegmentId(String segmentId)
The unique ID of the segment.
|
GetSegmentVersionRequest |
withVersion(String version)
The segment version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public String getApplicationId()
public GetSegmentVersionRequest withApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public void setSegmentId(String segmentId)
segmentId - The unique ID of the segment.public String getSegmentId()
public GetSegmentVersionRequest withSegmentId(String segmentId)
segmentId - The unique ID of the segment.public void setVersion(String version)
version - The segment version.public String getVersion()
public GetSegmentVersionRequest withVersion(String version)
version - The segment version.public String toString()
toString in class ObjectObject.toString()public GetSegmentVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.