@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryPointsByResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecoveryPointsByResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecoveryPointsByResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getManagedByAWSBackupOnly()
This attribute filters recovery points based on ownership.
|
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
String |
getResourceArn()
An ARN that uniquely identifies a resource.
|
int |
hashCode() |
Boolean |
isManagedByAWSBackupOnly()
This attribute filters recovery points based on ownership.
|
void |
setManagedByAWSBackupOnly(Boolean managedByAWSBackupOnly)
This attribute filters recovery points based on ownership.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
void |
setResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
String |
toString()
Returns a string representation of this object.
|
ListRecoveryPointsByResourceRequest |
withManagedByAWSBackupOnly(Boolean managedByAWSBackupOnly)
This attribute filters recovery points based on ownership.
|
ListRecoveryPointsByResourceRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRecoveryPointsByResourceRequest |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRecoveryPointsByResourceRequest |
withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
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 setResourceArn(String resourceArn)
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
resourceArn
- An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.public String getResourceArn()
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
public ListRecoveryPointsByResourceRequest withResourceArn(String resourceArn)
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
resourceArn
- An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.public void setNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public String getNextToken()
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public ListRecoveryPointsByResourceRequest withNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the next token.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public void setMaxResults(Integer maxResults)
The maximum number of items to be returned.
Amazon RDS requires a value of at least 20.
maxResults
- The maximum number of items to be returned. Amazon RDS requires a value of at least 20.
public Integer getMaxResults()
The maximum number of items to be returned.
Amazon RDS requires a value of at least 20.
Amazon RDS requires a value of at least 20.
public ListRecoveryPointsByResourceRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
Amazon RDS requires a value of at least 20.
maxResults
- The maximum number of items to be returned. Amazon RDS requires a value of at least 20.
public void setManagedByAWSBackupOnly(Boolean managedByAWSBackupOnly)
This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the selected
resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the selected
resource.
Type: Boolean
managedByAWSBackupOnly
- This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the
selected resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the
selected resource.
Type: Boolean
public Boolean getManagedByAWSBackupOnly()
This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the selected
resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the selected
resource.
Type: Boolean
If this is set to TRUE
, the response will contain recovery points associated with the
selected resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the
selected resource.
Type: Boolean
public ListRecoveryPointsByResourceRequest withManagedByAWSBackupOnly(Boolean managedByAWSBackupOnly)
This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the selected
resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the selected
resource.
Type: Boolean
managedByAWSBackupOnly
- This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the
selected resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the
selected resource.
Type: Boolean
public Boolean isManagedByAWSBackupOnly()
This attribute filters recovery points based on ownership.
If this is set to TRUE
, the response will contain recovery points associated with the selected
resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the selected
resource.
Type: Boolean
If this is set to TRUE
, the response will contain recovery points associated with the
selected resources that are managed by Backup.
If this is set to FALSE
, the response will contain all recovery points associated with the
selected resource.
Type: Boolean
public String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()