@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubscriptionDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSubscriptionDefinitionVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetSubscriptionDefinitionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
getSubscriptionDefinitionId()
The ID of the subscription definition.
|
String |
getSubscriptionDefinitionVersionId()
The ID of the subscription definition version.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
void |
setSubscriptionDefinitionId(String subscriptionDefinitionId)
The ID of the subscription definition.
|
void |
setSubscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
The ID of the subscription definition version.
|
String |
toString()
Returns a string representation of this object.
|
GetSubscriptionDefinitionVersionRequest |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetSubscriptionDefinitionVersionRequest |
withSubscriptionDefinitionId(String subscriptionDefinitionId)
The ID of the subscription definition.
|
GetSubscriptionDefinitionVersionRequest |
withSubscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
The ID of the subscription definition 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 GetSubscriptionDefinitionVersionRequest()
public void setNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public GetSubscriptionDefinitionVersionRequest withNextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.public void setSubscriptionDefinitionId(String subscriptionDefinitionId)
subscriptionDefinitionId
- The ID of the subscription definition.public String getSubscriptionDefinitionId()
public GetSubscriptionDefinitionVersionRequest withSubscriptionDefinitionId(String subscriptionDefinitionId)
subscriptionDefinitionId
- The ID of the subscription definition.public void setSubscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
subscriptionDefinitionVersionId
- The ID of the subscription definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions''
requests. If the version is the last one that was associated with a subscription definition, the value
also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getSubscriptionDefinitionVersionId()
public GetSubscriptionDefinitionVersionRequest withSubscriptionDefinitionVersionId(String subscriptionDefinitionVersionId)
subscriptionDefinitionVersionId
- The ID of the subscription definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions''
requests. If the version is the last one that was associated with a subscription definition, the value
also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String toString()
toString
in class Object
Object.toString()
public GetSubscriptionDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()