@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBrokerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBrokerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBrokerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBrokerId()
The name of the broker.
|
ConfigurationId |
getConfiguration()
A list of information about the configuration.
|
int |
hashCode() |
void |
setBrokerId(String brokerId)
The name of the broker.
|
void |
setConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateBrokerRequest |
withBrokerId(String brokerId)
The name of the broker.
|
UpdateBrokerRequest |
withConfiguration(ConfigurationId configuration)
A list of information about the configuration.
|
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 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 UpdateBrokerRequest 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 void setConfiguration(ConfigurationId configuration)
configuration
- A list of information about the configuration.public ConfigurationId getConfiguration()
public UpdateBrokerRequest withConfiguration(ConfigurationId configuration)
configuration
- A list of information about the configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateBrokerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.