@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBrokerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeBrokerRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBrokerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBrokerId()
The name of the broker.
|
int |
hashCode() |
void |
setBrokerId(String brokerId)
The name of the broker.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBrokerRequest |
withBrokerId(String brokerId)
The name of the broker.
|
addHandlerContext, copyBaseTo, 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 void setBrokerId(String brokerId)
brokerId - The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain
only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard
characters, or special characters.public String getBrokerId()
public DescribeBrokerRequest withBrokerId(String brokerId)
brokerId - The name of the broker. This value must be unique in your AWS account, 1-50 characters long, must contain
only letters, numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard
characters, or special characters.public String toString()
toString in class ObjectObject.toString()public DescribeBrokerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.