@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectionCriteria extends Object implements Serializable, Cloneable
Constructor and Description |
---|
SelectionCriteria() |
Modifier and Type | Method and Description |
---|---|
SelectionCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getDelimiter()
A container for the delimiter of the selection criteria being used.
|
Integer |
getMaxDepth()
The max depth of the selection criteria
|
Double |
getMinStorageBytesPercentage()
The minimum number of storage bytes percentage whose metrics will be selected.
|
int |
hashCode() |
void |
setDelimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
|
void |
setMaxDepth(Integer maxDepth)
The max depth of the selection criteria
|
void |
setMinStorageBytesPercentage(Double minStorageBytesPercentage)
The minimum number of storage bytes percentage whose metrics will be selected.
|
String |
toString()
Returns a string representation of this object.
|
SelectionCriteria |
withDelimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
|
SelectionCriteria |
withMaxDepth(Integer maxDepth)
The max depth of the selection criteria
|
SelectionCriteria |
withMinStorageBytesPercentage(Double minStorageBytesPercentage)
The minimum number of storage bytes percentage whose metrics will be selected.
|
public void setDelimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
delimiter
- A container for the delimiter of the selection criteria being used.public String getDelimiter()
A container for the delimiter of the selection criteria being used.
public SelectionCriteria withDelimiter(String delimiter)
A container for the delimiter of the selection criteria being used.
delimiter
- A container for the delimiter of the selection criteria being used.public void setMaxDepth(Integer maxDepth)
The max depth of the selection criteria
maxDepth
- The max depth of the selection criteriapublic Integer getMaxDepth()
The max depth of the selection criteria
public SelectionCriteria withMaxDepth(Integer maxDepth)
The max depth of the selection criteria
maxDepth
- The max depth of the selection criteriapublic void setMinStorageBytesPercentage(Double minStorageBytesPercentage)
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
minStorageBytesPercentage
- The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
public Double getMinStorageBytesPercentage()
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
You must choose a value greater than or equal to 1.0
.
public SelectionCriteria withMinStorageBytesPercentage(Double minStorageBytesPercentage)
The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
minStorageBytesPercentage
- The minimum number of storage bytes percentage whose metrics will be selected.
You must choose a value greater than or equal to 1.0
.
public String toString()
toString
in class Object
Object.toString()
public SelectionCriteria clone()