@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableEnhancedMonitoringResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
Constructor and Description |
---|
DisableEnhancedMonitoringResult() |
Modifier and Type | Method and Description |
---|---|
DisableEnhancedMonitoringResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCurrentShardLevelMetrics()
Represents the current state of the metrics that are in the enhanced state before the operation.
|
List<String> |
getDesiredShardLevelMetrics()
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
String |
getStreamName()
The name of the Kinesis data stream.
|
int |
hashCode() |
void |
setCurrentShardLevelMetrics(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
void |
setDesiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
void |
setStreamName(String streamName)
The name of the Kinesis data stream.
|
String |
toString()
Returns a string representation of this object.
|
DisableEnhancedMonitoringResult |
withCurrentShardLevelMetrics(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResult |
withCurrentShardLevelMetrics(MetricsName... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResult |
withCurrentShardLevelMetrics(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResult |
withDesiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResult |
withDesiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResult |
withDesiredShardLevelMetrics(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResult |
withStreamName(String streamName)
The name of the Kinesis data stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamName(String streamName)
The name of the Kinesis data stream.
streamName
- The name of the Kinesis data stream.public String getStreamName()
The name of the Kinesis data stream.
public DisableEnhancedMonitoringResult withStreamName(String streamName)
The name of the Kinesis data stream.
streamName
- The name of the Kinesis data stream.public List<String> getCurrentShardLevelMetrics()
Represents the current state of the metrics that are in the enhanced state before the operation.
MetricsName
public void setCurrentShardLevelMetrics(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.MetricsName
public DisableEnhancedMonitoringResult withCurrentShardLevelMetrics(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
NOTE: This method appends the values to the existing list (if any). Use
setCurrentShardLevelMetrics(java.util.Collection)
or
withCurrentShardLevelMetrics(java.util.Collection)
if you want to override the existing values.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.MetricsName
public DisableEnhancedMonitoringResult withCurrentShardLevelMetrics(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.MetricsName
public DisableEnhancedMonitoringResult withCurrentShardLevelMetrics(MetricsName... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.MetricsName
public List<String> getDesiredShardLevelMetrics()
Represents the list of all the metrics that would be in the enhanced state after the operation.
MetricsName
public void setDesiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsName
public DisableEnhancedMonitoringResult withDesiredShardLevelMetrics(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
NOTE: This method appends the values to the existing list (if any). Use
setDesiredShardLevelMetrics(java.util.Collection)
or
withDesiredShardLevelMetrics(java.util.Collection)
if you want to override the existing values.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsName
public DisableEnhancedMonitoringResult withDesiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsName
public DisableEnhancedMonitoringResult withDesiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsName
public String toString()
toString
in class Object
Object.toString()
public DisableEnhancedMonitoringResult clone()
Copyright © 2019. All rights reserved.