@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProtectedResourcesByBackupVaultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProtectedResourcesByBackupVaultRequest() |
Modifier and Type | Method and Description |
---|---|
ListProtectedResourcesByBackupVaultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupVaultAccountId()
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
|
String |
getBackupVaultName()
This is the list of protected resources by backup vault within the vault(s) you specify by name.
|
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setBackupVaultAccountId(String backupVaultAccountId)
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
|
void |
setBackupVaultName(String backupVaultName)
This is the list of protected resources by backup vault within the vault(s) you specify by name.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListProtectedResourcesByBackupVaultRequest |
withBackupVaultAccountId(String backupVaultAccountId)
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
|
ListProtectedResourcesByBackupVaultRequest |
withBackupVaultName(String backupVaultName)
This is the list of protected resources by backup vault within the vault(s) you specify by name.
|
ListProtectedResourcesByBackupVaultRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListProtectedResourcesByBackupVaultRequest |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
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 ListProtectedResourcesByBackupVaultRequest()
public void setBackupVaultName(String backupVaultName)
This is the list of protected resources by backup vault within the vault(s) you specify by name.
backupVaultName
- This is the list of protected resources by backup vault within the vault(s) you specify by name.public String getBackupVaultName()
This is the list of protected resources by backup vault within the vault(s) you specify by name.
public ListProtectedResourcesByBackupVaultRequest withBackupVaultName(String backupVaultName)
This is the list of protected resources by backup vault within the vault(s) you specify by name.
backupVaultName
- This is the list of protected resources by backup vault within the vault(s) you specify by name.public void setBackupVaultAccountId(String backupVaultAccountId)
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
backupVaultAccountId
- This is the list of protected resources by backup vault within the vault(s) you specify by account ID.public String getBackupVaultAccountId()
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
public ListProtectedResourcesByBackupVaultRequest withBackupVaultAccountId(String backupVaultAccountId)
This is the list of protected resources by backup vault within the vault(s) you specify by account ID.
backupVaultAccountId
- This is the list of protected resources by backup vault within the vault(s) you specify by account ID.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 ListProtectedResourcesByBackupVaultRequest 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.
maxResults
- The maximum number of items to be returned.public Integer getMaxResults()
The maximum number of items to be returned.
public ListProtectedResourcesByBackupVaultRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public String toString()
toString
in class Object
Object.toString()
public ListProtectedResourcesByBackupVaultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()