@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBackupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBackupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBackupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupId()
Describes a single backup.
|
Integer |
getMaxResults()
This is not currently implemented for
DescribeBackups requests. |
String |
getNextToken()
This is not currently implemented for
DescribeBackups requests. |
String |
getServerName()
Returns backups for the server with the specified ServerName.
|
int |
hashCode() |
void |
setBackupId(String backupId)
Describes a single backup.
|
void |
setMaxResults(Integer maxResults)
This is not currently implemented for
DescribeBackups requests. |
void |
setNextToken(String nextToken)
This is not currently implemented for
DescribeBackups requests. |
void |
setServerName(String serverName)
Returns backups for the server with the specified ServerName.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBackupsRequest |
withBackupId(String backupId)
Describes a single backup.
|
DescribeBackupsRequest |
withMaxResults(Integer maxResults)
This is not currently implemented for
DescribeBackups requests. |
DescribeBackupsRequest |
withNextToken(String nextToken)
This is not currently implemented for
DescribeBackups requests. |
DescribeBackupsRequest |
withServerName(String serverName)
Returns backups for the server with the specified ServerName.
|
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 setBackupId(String backupId)
Describes a single backup.
backupId
- Describes a single backup.public String getBackupId()
Describes a single backup.
public DescribeBackupsRequest withBackupId(String backupId)
Describes a single backup.
backupId
- Describes a single backup.public void setServerName(String serverName)
Returns backups for the server with the specified ServerName.
serverName
- Returns backups for the server with the specified ServerName.public String getServerName()
Returns backups for the server with the specified ServerName.
public DescribeBackupsRequest withServerName(String serverName)
Returns backups for the server with the specified ServerName.
serverName
- Returns backups for the server with the specified ServerName.public void setNextToken(String nextToken)
This is not currently implemented for DescribeBackups
requests.
nextToken
- This is not currently implemented for DescribeBackups
requests.public String getNextToken()
This is not currently implemented for DescribeBackups
requests.
DescribeBackups
requests.public DescribeBackupsRequest withNextToken(String nextToken)
This is not currently implemented for DescribeBackups
requests.
nextToken
- This is not currently implemented for DescribeBackups
requests.public void setMaxResults(Integer maxResults)
This is not currently implemented for DescribeBackups
requests.
maxResults
- This is not currently implemented for DescribeBackups
requests.public Integer getMaxResults()
This is not currently implemented for DescribeBackups
requests.
DescribeBackups
requests.public DescribeBackupsRequest withMaxResults(Integer maxResults)
This is not currently implemented for DescribeBackups
requests.
maxResults
- This is not currently implemented for DescribeBackups
requests.public String toString()
toString
in class Object
Object.toString()
public DescribeBackupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()