@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() |
String |
getSegmentId() |
String |
getVersion() |
int |
hashCode() |
void |
setApplicationId(String applicationId) |
void |
setSegmentId(String segmentId) |
void |
setVersion(String version) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSegmentVersionRequest |
withApplicationId(String applicationId) |
GetSegmentVersionRequest |
withSegmentId(String segmentId) |
GetSegmentVersionRequest |
withVersion(String 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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
applicationId
- public String getApplicationId()
public GetSegmentVersionRequest withApplicationId(String applicationId)
applicationId
- public void setSegmentId(String segmentId)
segmentId
- public String getSegmentId()
public GetSegmentVersionRequest withSegmentId(String segmentId)
segmentId
- public void setVersion(String version)
version
- public String getVersion()
public GetSegmentVersionRequest withVersion(String version)
version
- public String toString()
toString
in class Object
Object.toString()
public GetSegmentVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.