public class UpdateDimensionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UpdateDimensionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN)of the created dimension.
|
java.util.Date |
getCreationDate()
The date and time, in milliseconds since epoch, when the dimension was
initially created.
|
java.util.Date |
getLastModifiedDate()
The date and time, in milliseconds since epoch, when the dimension was
most recently updated.
|
java.lang.String |
getName()
A unique identifier for the dimension.
|
java.util.List<java.lang.String> |
getStringValues()
The value or list of values used to scope the dimension.
|
java.lang.String |
getType()
The type of the dimension.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN)of the created dimension.
|
void |
setCreationDate(java.util.Date creationDate)
The date and time, in milliseconds since epoch, when the dimension was
initially created.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was
most recently updated.
|
void |
setName(java.lang.String name)
A unique identifier for the dimension.
|
void |
setStringValues(java.util.Collection<java.lang.String> stringValues)
The value or list of values used to scope the dimension.
|
void |
setType(DimensionType type)
The type of the dimension.
|
void |
setType(java.lang.String type)
The type of the dimension.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDimensionResult |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN)of the created dimension.
|
UpdateDimensionResult |
withCreationDate(java.util.Date creationDate)
The date and time, in milliseconds since epoch, when the dimension was
initially created.
|
UpdateDimensionResult |
withLastModifiedDate(java.util.Date lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was
most recently updated.
|
UpdateDimensionResult |
withName(java.lang.String name)
A unique identifier for the dimension.
|
UpdateDimensionResult |
withStringValues(java.util.Collection<java.lang.String> stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResult |
withStringValues(java.lang.String... stringValues)
The value or list of values used to scope the dimension.
|
UpdateDimensionResult |
withType(DimensionType type)
The type of the dimension.
|
UpdateDimensionResult |
withType(java.lang.String type)
The type of the dimension.
|
public java.lang.String getName()
A unique identifier for the dimension.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
A unique identifier for the dimension.
public void setName(java.lang.String name)
A unique identifier for the dimension.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
name
- A unique identifier for the dimension.
public UpdateDimensionResult withName(java.lang.String name)
A unique identifier for the dimension.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
name
- A unique identifier for the dimension.
public java.lang.String getArn()
The Amazon Resource Name (ARN)of the created dimension.
The Amazon Resource Name (ARN)of the created dimension.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN)of the created dimension.
arn
- The Amazon Resource Name (ARN)of the created dimension.
public UpdateDimensionResult withArn(java.lang.String arn)
The Amazon Resource Name (ARN)of the created dimension.
Returns a reference to this object so that method calls can be chained together.
arn
- The Amazon Resource Name (ARN)of the created dimension.
public java.lang.String getType()
The type of the dimension.
Constraints:
Allowed Values: TOPIC_FILTER
The type of the dimension.
DimensionType
public void setType(java.lang.String type)
The type of the dimension.
Constraints:
Allowed Values: TOPIC_FILTER
type
- The type of the dimension.
DimensionType
public UpdateDimensionResult withType(java.lang.String type)
The type of the dimension.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TOPIC_FILTER
type
- The type of the dimension.
DimensionType
public void setType(DimensionType type)
The type of the dimension.
Constraints:
Allowed Values: TOPIC_FILTER
type
- The type of the dimension.
DimensionType
public UpdateDimensionResult withType(DimensionType type)
The type of the dimension.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TOPIC_FILTER
type
- The type of the dimension.
DimensionType
public java.util.List<java.lang.String> getStringValues()
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
public void setStringValues(java.util.Collection<java.lang.String> stringValues)
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
stringValues
- The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
public UpdateDimensionResult withStringValues(java.lang.String... stringValues)
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
Returns a reference to this object so that method calls can be chained together.
stringValues
- The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
public UpdateDimensionResult withStringValues(java.util.Collection<java.lang.String> stringValues)
The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
Returns a reference to this object so that method calls can be chained together.
stringValues
- The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.
public java.util.Date getCreationDate()
The date and time, in milliseconds since epoch, when the dimension was initially created.
The date and time, in milliseconds since epoch, when the dimension was initially created.
public void setCreationDate(java.util.Date creationDate)
The date and time, in milliseconds since epoch, when the dimension was initially created.
creationDate
- The date and time, in milliseconds since epoch, when the dimension was initially created.
public UpdateDimensionResult withCreationDate(java.util.Date creationDate)
The date and time, in milliseconds since epoch, when the dimension was initially created.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The date and time, in milliseconds since epoch, when the dimension was initially created.
public java.util.Date getLastModifiedDate()
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
public void setLastModifiedDate(java.util.Date lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
lastModifiedDate
- The date and time, in milliseconds since epoch, when the dimension was most recently updated.
public UpdateDimensionResult withLastModifiedDate(java.util.Date lastModifiedDate)
The date and time, in milliseconds since epoch, when the dimension was most recently updated.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate
- The date and time, in milliseconds since epoch, when the dimension was most recently updated.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.