/* * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ package com.amazonaws.services.kinesis.model; import java.io.Serializable; /** *
* Represents the output for EnableEnhancedMonitoring and * DisableEnhancedMonitoring. *
*/ public class DisableEnhancedMonitoringResult implements Serializable { /** ** The name of the Kinesis data stream. *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_.-]+
*/
private String streamName;
/**
*
* Represents the current state of the metrics that are in the enhanced * state before the operation. *
*/ private java.util.List* Represents the list of all the metrics that would be in the enhanced * state after the operation. *
*/ private java.util.List* The name of the Kinesis data stream. *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_.-]+
*
* @return
* The name of the Kinesis data stream. *
*/ public String getStreamName() { return streamName; } /** ** The name of the Kinesis data stream. *
*
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_.-]+
*
* @param streamName
* The name of the Kinesis data stream. *
*/ public void setStreamName(String streamName) { this.streamName = streamName; } /** ** The name of the Kinesis data stream. *
** Returns a reference to this object so that method calls can be chained * together. *
* Constraints:
* Length: 1 - 128
* Pattern: [a-zA-Z0-9_.-]+
*
* @param streamName
* The name of the Kinesis data stream. *
* @return A reference to this updated object so that method calls can be * chained together. */ public DisableEnhancedMonitoringResult withStreamName(String streamName) { this.streamName = streamName; return this; } /** ** Represents the current state of the metrics that are in the enhanced * state before the operation. *
* * @return* Represents the current state of the metrics that are in the * enhanced state before the operation. *
*/ public java.util.List* Represents the current state of the metrics that are in the enhanced * state before the operation. *
* * @param currentShardLevelMetrics* Represents the current state of the metrics that are in the * enhanced state before the operation. *
*/ public void setCurrentShardLevelMetrics(java.util.Collection* Represents the current state of the metrics that are in the enhanced * state before the operation. *
** Returns a reference to this object so that method calls can be chained * together. * * @param currentShardLevelMetrics
* Represents the current state of the metrics that are in the * enhanced state before the operation. *
* @return A reference to this updated object so that method calls can be * chained together. */ public DisableEnhancedMonitoringResult withCurrentShardLevelMetrics( String... currentShardLevelMetrics) { if (getCurrentShardLevelMetrics() == null) { this.currentShardLevelMetrics = new java.util.ArrayList* Represents the current state of the metrics that are in the enhanced * state before the operation. *
** Returns a reference to this object so that method calls can be chained * together. * * @param currentShardLevelMetrics
* Represents the current state of the metrics that are in the * enhanced state before the operation. *
* @return A reference to this updated object so that method calls can be * chained together. */ public DisableEnhancedMonitoringResult withCurrentShardLevelMetrics( java.util.Collection* Represents the list of all the metrics that would be in the enhanced * state after the operation. *
* * @return* Represents the list of all the metrics that would be in the * enhanced state after the operation. *
*/ public java.util.List* Represents the list of all the metrics that would be in the enhanced * state after the operation. *
* * @param desiredShardLevelMetrics* Represents the list of all the metrics that would be in the * enhanced state after the operation. *
*/ public void setDesiredShardLevelMetrics(java.util.Collection* Represents the list of all the metrics that would be in the enhanced * state after the operation. *
** Returns a reference to this object so that method calls can be chained * together. * * @param desiredShardLevelMetrics
* Represents the list of all the metrics that would be in the * enhanced state after the operation. *
* @return A reference to this updated object so that method calls can be * chained together. */ public DisableEnhancedMonitoringResult withDesiredShardLevelMetrics( String... desiredShardLevelMetrics) { if (getDesiredShardLevelMetrics() == null) { this.desiredShardLevelMetrics = new java.util.ArrayList* Represents the list of all the metrics that would be in the enhanced * state after the operation. *
** Returns a reference to this object so that method calls can be chained * together. * * @param desiredShardLevelMetrics
* Represents the list of all the metrics that would be in the * enhanced state after the operation. *
* @return A reference to this updated object so that method calls can be * chained together. */ public DisableEnhancedMonitoringResult withDesiredShardLevelMetrics( java.util.Collection