@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDimensionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDimensionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDimensionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
A unique identifier for the dimension.
|
List<String> |
getStringValues()
Specifies the value or list of values for the dimension.
|
int |
hashCode() |
void |
setName(String name)
A unique identifier for the dimension.
|
void |
setStringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDimensionRequest |
withName(String name)
A unique identifier for the dimension.
|
UpdateDimensionRequest |
withStringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension.
|
UpdateDimensionRequest |
withStringValues(String... stringValues)
Specifies the value or list of values for the dimension.
|
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 setName(String name)
A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
name
- A unique identifier for the dimension. Choose something that describes the type and value to make it easy
to remember what it does.public String getName()
A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
public UpdateDimensionRequest withName(String name)
A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.
name
- A unique identifier for the dimension. Choose something that describes the type and value to make it easy
to remember what it does.public List<String> getStringValues()
Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is a
pattern used to match the MQTT topic (for example, "admin/#").
TOPIC_FILTER
dimensions, this
is a pattern used to match the MQTT topic (for example, "admin/#").public void setStringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is a
pattern used to match the MQTT topic (for example, "admin/#").
stringValues
- Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is
a pattern used to match the MQTT topic (for example, "admin/#").public UpdateDimensionRequest withStringValues(String... stringValues)
Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is a
pattern used to match the MQTT topic (for example, "admin/#").
NOTE: This method appends the values to the existing list (if any). Use
setStringValues(java.util.Collection)
or withStringValues(java.util.Collection)
if you want to
override the existing values.
stringValues
- Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is
a pattern used to match the MQTT topic (for example, "admin/#").public UpdateDimensionRequest withStringValues(Collection<String> stringValues)
Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is a
pattern used to match the MQTT topic (for example, "admin/#").
stringValues
- Specifies the value or list of values for the dimension. For TOPIC_FILTER
dimensions, this is
a pattern used to match the MQTT topic (for example, "admin/#").public String toString()
toString
in class Object
Object.toString()
public UpdateDimensionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()