@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBrokerInstanceOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeBrokerInstanceOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerInstanceOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEngineType()
Filter response by engine type.
|
String |
getHostInstanceType()
Filter response by host instance type.
|
Integer |
getMaxResults()
The maximum number of instance options that Amazon MQ can return per page (20 by default).
|
String |
getNextToken()
The token that specifies the next page of results Amazon MQ should return.
|
String |
getStorageType()
Filter response by storage type.
|
int |
hashCode() |
void |
setEngineType(String engineType)
Filter response by engine type.
|
void |
setHostInstanceType(String hostInstanceType)
Filter response by host instance type.
|
void |
setMaxResults(Integer maxResults)
The maximum number of instance options that Amazon MQ can return per page (20 by default).
|
void |
setNextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
void |
setStorageType(String storageType)
Filter response by storage type.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBrokerInstanceOptionsRequest |
withEngineType(String engineType)
Filter response by engine type.
|
DescribeBrokerInstanceOptionsRequest |
withHostInstanceType(String hostInstanceType)
Filter response by host instance type.
|
DescribeBrokerInstanceOptionsRequest |
withMaxResults(Integer maxResults)
The maximum number of instance options that Amazon MQ can return per page (20 by default).
|
DescribeBrokerInstanceOptionsRequest |
withNextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
DescribeBrokerInstanceOptionsRequest |
withStorageType(String storageType)
Filter response by storage type.
|
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, withSdkRequestTimeoutpublic DescribeBrokerInstanceOptionsRequest()
public void setEngineType(String engineType)
engineType - Filter response by engine type.public String getEngineType()
public DescribeBrokerInstanceOptionsRequest withEngineType(String engineType)
engineType - Filter response by engine type.public void setHostInstanceType(String hostInstanceType)
hostInstanceType - Filter response by host instance type.public String getHostInstanceType()
public DescribeBrokerInstanceOptionsRequest withHostInstanceType(String hostInstanceType)
hostInstanceType - Filter response by host instance type.public void setMaxResults(Integer maxResults)
maxResults - The maximum number of instance options that Amazon MQ can return per page (20 by default). This value must
be an integer from 5 to 100.public Integer getMaxResults()
public DescribeBrokerInstanceOptionsRequest withMaxResults(Integer maxResults)
maxResults - The maximum number of instance options that Amazon MQ can return per page (20 by default). This value must
be an integer from 5 to 100.public void setNextToken(String nextToken)
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.public String getNextToken()
public DescribeBrokerInstanceOptionsRequest withNextToken(String nextToken)
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.public void setStorageType(String storageType)
storageType - Filter response by storage type.public String getStorageType()
public DescribeBrokerInstanceOptionsRequest withStorageType(String storageType)
storageType - Filter response by storage type.public String toString()
toString in class ObjectObject.toString()public DescribeBrokerInstanceOptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()