@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypeVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTypeVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
String |
getDeprecatedStatus()
The deprecation status of the type versions that you want to get summary information about.
|
Integer |
getMaxResults()
The maximum number of results to be returned with a single call.
|
String |
getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
String |
getType()
The kind of the type.
|
String |
getTypeName()
The name of the type for which you want version summary information.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
void |
setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
void |
setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
void |
setType(String type)
The kind of the type.
|
void |
setTypeName(String typeName)
The name of the type for which you want version summary information.
|
String |
toString()
Returns a string representation of this object.
|
ListTypeVersionsRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
ListTypeVersionsRequest |
withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
|
ListTypeVersionsRequest |
withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
|
ListTypeVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypeVersionsRequest |
withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypeVersionsRequest |
withType(RegistryType type)
The kind of the type.
|
ListTypeVersionsRequest |
withType(String type)
The kind of the type.
|
ListTypeVersionsRequest |
withTypeName(String typeName)
The name of the type for which you want version summary information.
|
addHandlerContext, copyBaseTo, 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 setType(String type)
The kind of the type.
Currently the only valid value is RESOURCE.
type - The kind of the type.
Currently the only valid value is RESOURCE.
RegistryTypepublic String getType()
The kind of the type.
Currently the only valid value is RESOURCE.
Currently the only valid value is RESOURCE.
RegistryTypepublic ListTypeVersionsRequest withType(String type)
The kind of the type.
Currently the only valid value is RESOURCE.
type - The kind of the type.
Currently the only valid value is RESOURCE.
RegistryTypepublic ListTypeVersionsRequest withType(RegistryType type)
The kind of the type.
Currently the only valid value is RESOURCE.
type - The kind of the type.
Currently the only valid value is RESOURCE.
RegistryTypepublic void setTypeName(String typeName)
The name of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
public String getTypeName()
The name of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public ListTypeVersionsRequest withTypeName(String typeName)
The name of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
public void setArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
arn - The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
public String getArn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public ListTypeVersionsRequest withArn(String arn)
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
arn - The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify TypeName or Arn.
public void setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public Integer getMaxResults()
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public ListTypeVersionsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public void setNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public String getNextToken()
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public ListTypeVersionsRequest withNextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public void setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent
on its provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in
CloudFormation operations.
DeprecatedStatuspublic String getDeprecatedStatus()
The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in CloudFormation
operations.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent
on its provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in
CloudFormation operations.
DeprecatedStatuspublic ListTypeVersionsRequest withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent
on its provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in
CloudFormation operations.
DeprecatedStatuspublic ListTypeVersionsRequest withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in CloudFormation
operations.
deprecatedStatus - The deprecation status of the type versions that you want to get summary information about.
Valid values include:
LIVE: The type version is registered and can be used in CloudFormation operations, dependent
on its provisioning behavior and visibility scope.
DEPRECATED: The type version has been deregistered and can no longer be used in
CloudFormation operations.
DeprecatedStatuspublic String toString()
toString in class ObjectObject.toString()public ListTypeVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.