@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
|
String |
getDeprecatedStatus()
The deprecation status of the extension 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 |
getPublisherId()
The publisher ID of the extension publisher.
|
String |
getType()
The kind of the extension.
|
String |
getTypeName()
The name of the extension for which you want version summary information.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
|
void |
setDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension 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 |
setPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
void |
setType(String type)
The kind of the extension.
|
void |
setTypeName(String typeName)
The name of the extension 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 extension for which you want version summary information.
|
ListTypeVersionsRequest |
withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
|
ListTypeVersionsRequest |
withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension 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 |
withPublisherId(String publisherId)
The publisher ID of the extension publisher.
|
ListTypeVersionsRequest |
withType(RegistryType type)
The kind of the extension.
|
ListTypeVersionsRequest |
withType(String type)
The kind of the extension.
|
ListTypeVersionsRequest |
withTypeName(String typeName)
The name of the extension for which you want version summary information.
|
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 setType(String type)
The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
type
- The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
RegistryType
public String getType()
The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
Conditional: You must specify either TypeName
and Type
, or Arn
.
RegistryType
public ListTypeVersionsRequest withType(String type)
The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
type
- The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
RegistryType
public ListTypeVersionsRequest withType(RegistryType type)
The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
type
- The kind of the extension.
Conditional: You must specify either TypeName
and Type
, or Arn
.
RegistryType
public void setTypeName(String typeName)
The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
typeName
- The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
public String getTypeName()
The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
Conditional: You must specify either TypeName
and Type
, or Arn
.
public ListTypeVersionsRequest withTypeName(String typeName)
The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
typeName
- The name of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
public void setArn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
arn
- The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
public String getArn()
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
Conditional: You must specify either TypeName
and Type
, or Arn
.
public ListTypeVersionsRequest withArn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, or Arn
.
arn
- The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName
and Type
, 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 extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in CloudFormation
operations.
The default is LIVE
.
deprecatedStatus
- The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations,
dependent on its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in
CloudFormation operations.
The default is LIVE
.
DeprecatedStatus
public String getDeprecatedStatus()
The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in CloudFormation
operations.
The default is LIVE
.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations,
dependent on its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in
CloudFormation operations.
The default is LIVE
.
DeprecatedStatus
public ListTypeVersionsRequest withDeprecatedStatus(String deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in CloudFormation
operations.
The default is LIVE
.
deprecatedStatus
- The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations,
dependent on its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in
CloudFormation operations.
The default is LIVE
.
DeprecatedStatus
public ListTypeVersionsRequest withDeprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in CloudFormation
operations.
The default is LIVE
.
deprecatedStatus
- The deprecation status of the extension versions that you want to get summary information about.
Valid values include:
LIVE
: The extension version is registered and can be used in CloudFormation operations,
dependent on its provisioning behavior and visibility scope.
DEPRECATED
: The extension version has been deregistered and can no longer be used in
CloudFormation operations.
The default is LIVE
.
DeprecatedStatus
public void setPublisherId(String publisherId)
The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
publisherId
- The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
public String getPublisherId()
The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
Extensions published by Amazon aren't assigned a publisher ID.
public ListTypeVersionsRequest withPublisherId(String publisherId)
The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
publisherId
- The publisher ID of the extension publisher.
Extensions published by Amazon aren't assigned a publisher ID.
public String toString()
toString
in class Object
Object.toString()
public ListTypeVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()