ToCopyableBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>
@Generated("software.amazon.awssdk:codegen") public class EnableEnhancedMonitoringResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnableEnhancedMonitoringResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EnableEnhancedMonitoringResponse.Builder |
builder() |
|
List<String> |
currentShardLevelMetrics() |
Represents the current state of the metrics that are in the enhanced state before the operation.
|
List<String> |
desiredShardLevelMetrics() |
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends EnableEnhancedMonitoringResponse.Builder> |
serializableBuilderClass() |
|
String |
streamName() |
The name of the Amazon Kinesis stream.
|
EnableEnhancedMonitoringResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String streamName()
The name of the Amazon Kinesis stream.
public List<String> currentShardLevelMetrics()
Represents the current state of the metrics that are in the enhanced state before the operation.
MetricsName
public List<String> desiredShardLevelMetrics()
Represents the list of all the metrics that would be in the enhanced state after the operation.
MetricsName
public EnableEnhancedMonitoringResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>
public static EnableEnhancedMonitoringResponse.Builder builder()
public static Class<? extends EnableEnhancedMonitoringResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.