@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 |
getStreamARN()
The ARN of the stream.
|
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 |
setStreamARN(String streamARN)
The ARN of the stream.
|
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 |
withStreamARN(String streamARN)
The ARN of the stream.
|
DisableEnhancedMonitoringResult |
withStreamName(String streamName)
The name of the Kinesis data stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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.
MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic List<String> getDesiredShardLevelMetrics()
Represents the list of all the metrics that would be in the enhanced state after the operation.
MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic 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.MetricsNamepublic void setStreamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.public String getStreamARN()
The ARN of the stream.
public DisableEnhancedMonitoringResult withStreamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.public String toString()
toString in class ObjectObject.toString()public DisableEnhancedMonitoringResult clone()