@Generated(value="software.amazon.awssdk:codegen") public final class ReservationCoverageGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservationCoverageGroup.Builder,ReservationCoverageGroup>
A group of reservations that share a set of attributes.
Modifier and Type | Class and Description |
---|---|
static interface |
ReservationCoverageGroup.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
attributes()
The attributes for this group of reservations.
|
static ReservationCoverageGroup.Builder |
builder() |
Coverage |
coverage()
How much instance usage this group of reservations covered.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservationCoverageGroup.Builder> |
serializableBuilderClass() |
ReservationCoverageGroup.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Map<String,String> attributes()
The attributes for this group of reservations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Coverage coverage()
How much instance usage this group of reservations covered.
public ReservationCoverageGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservationCoverageGroup.Builder,ReservationCoverageGroup>
public static ReservationCoverageGroup.Builder builder()
public static Class<? extends ReservationCoverageGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.