@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Reserved.
|
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 |
getResourceModel()
The resource model to use to select the resources to return.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation.
|
String |
getTypeName()
The name of the resource type.
|
String |
getTypeVersionId()
For private resource types, the type version to use in this resource operation.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Reserved.
|
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 |
setResourceModel(String resourceModel)
The resource model to use to select the resources to return.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation.
|
void |
setTypeName(String typeName)
The name of the resource type.
|
void |
setTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesRequest |
withMaxResults(Integer maxResults)
Reserved.
|
ListResourcesRequest |
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. |
ListResourcesRequest |
withResourceModel(String resourceModel)
The resource model to use to select the resources to return.
|
ListResourcesRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation.
|
ListResourcesRequest |
withTypeName(String typeName)
The name of the resource type.
|
ListResourcesRequest |
withTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation.
|
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 setTypeName(String typeName)
The name of the resource type.
typeName
- The name of the resource type.public String getTypeName()
The name of the resource type.
public ListResourcesRequest withTypeName(String typeName)
The name of the resource type.
typeName
- The name of the resource type.public void setTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
typeVersionId
- For private resource types, the type version to use in this resource operation. If you do not specify a
resource version, CloudFormation uses the default version.public String getTypeVersionId()
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
public ListResourcesRequest withTypeVersionId(String typeVersionId)
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
typeVersionId
- For private resource types, the type version to use in this resource operation. If you do not specify a
resource version, CloudFormation uses the default version.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
roleArn
- The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to
use when performing this resource operation. The role specified must have the permissions required for
this operation. The necessary permissions for each event handler are defined in the
handlers
section of the resource
type definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
public String getRoleArn()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
handlers
section of the resource
type definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
public ListResourcesRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
roleArn
- The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to
use when performing this resource operation. The role specified must have the permissions required for
this operation. The necessary permissions for each event handler are defined in the
handlers
section of the resource
type definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
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 ListResourcesRequest 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 setMaxResults(Integer maxResults)
Reserved.
maxResults
- Reserved.public Integer getMaxResults()
Reserved.
public ListResourcesRequest withMaxResults(Integer maxResults)
Reserved.
maxResults
- Reserved.public void setResourceModel(String resourceModel)
The resource model to use to select the resources to return.
resourceModel
- The resource model to use to select the resources to return.public String getResourceModel()
The resource model to use to select the resources to return.
public ListResourcesRequest withResourceModel(String resourceModel)
The resource model to use to select the resources to return.
resourceModel
- The resource model to use to select the resources to return.public String toString()
toString
in class Object
Object.toString()
public ListResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()