@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKxChangesetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListKxChangesetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListKxChangesetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatabaseName()
The name of the kdb database.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
Integer |
getMaxResults()
The maximum number of results to return in this request.
|
String |
getNextToken()
A token that indicates where a results page should begin.
|
int |
hashCode() |
void |
setDatabaseName(String databaseName)
The name of the kdb database.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A token that indicates where a results page should begin.
|
String |
toString()
Returns a string representation of this object.
|
ListKxChangesetsRequest |
withDatabaseName(String databaseName)
The name of the kdb database.
|
ListKxChangesetsRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
ListKxChangesetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListKxChangesetsRequest |
withNextToken(String nextToken)
A token that indicates where a results page should begin.
|
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 setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public ListKxChangesetsRequest withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public String getDatabaseName()
The name of the kdb database.
public ListKxChangesetsRequest withDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public void setNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public String getNextToken()
A token that indicates where a results page should begin.
public ListKxChangesetsRequest withNextToken(String nextToken)
A token that indicates where a results page should begin.
nextToken
- A token that indicates where a results page should begin.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListKxChangesetsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public String toString()
toString
in class Object
Object.toString()
public ListKxChangesetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()