@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEngineVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEngineVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEngineVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDefaultOnly()
If true, specifies that only the default version of the specified engine or engine and major version combination
is to be returned.
|
String |
getEngineVersion()
The Redis OSS engine version
|
Integer |
getMaxResults()
The maximum number of records to include in the response.
|
String |
getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
String |
getParameterGroupFamily()
The name of a specific parameter group family to return details for.
|
int |
hashCode() |
Boolean |
isDefaultOnly()
If true, specifies that only the default version of the specified engine or engine and major version combination
is to be returned.
|
void |
setDefaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version combination
is to be returned.
|
void |
setEngineVersion(String engineVersion)
The Redis OSS engine version
|
void |
setMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
void |
setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
void |
setParameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEngineVersionsRequest |
withDefaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version combination
is to be returned.
|
DescribeEngineVersionsRequest |
withEngineVersion(String engineVersion)
The Redis OSS engine version
|
DescribeEngineVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of records to include in the response.
|
DescribeEngineVersionsRequest |
withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeEngineVersionsRequest |
withParameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
|
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 setEngineVersion(String engineVersion)
The Redis OSS engine version
engineVersion
- The Redis OSS engine versionpublic String getEngineVersion()
The Redis OSS engine version
public DescribeEngineVersionsRequest withEngineVersion(String engineVersion)
The Redis OSS engine version
engineVersion
- The Redis OSS engine versionpublic void setParameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
parameterGroupFamily
- The name of a specific parameter group family to return details for.public String getParameterGroupFamily()
The name of a specific parameter group family to return details for.
public DescribeEngineVersionsRequest withParameterGroupFamily(String parameterGroupFamily)
The name of a specific parameter group family to return details for.
parameterGroupFamily
- The name of a specific parameter group family to return details for.public void setMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults
- The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.public Integer getMaxResults()
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
public DescribeEngineVersionsRequest withMaxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
maxResults
- The maximum number of records to include in the response. If more records exist than the specified
MaxResults value, a token is included in the response so that the remaining results can be retrieved.public void setNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public String getNextToken()
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
public DescribeEngineVersionsRequest withNextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken
- An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.public void setDefaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
defaultOnly
- If true, specifies that only the default version of the specified engine or engine and major version
combination is to be returned.public Boolean getDefaultOnly()
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
public DescribeEngineVersionsRequest withDefaultOnly(Boolean defaultOnly)
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
defaultOnly
- If true, specifies that only the default version of the specified engine or engine and major version
combination is to be returned.public Boolean isDefaultOnly()
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
public String toString()
toString
in class Object
Object.toString()
public DescribeEngineVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.