Class MeteredProductSummary
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.MeteredProductSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MeteredProductSummary.Builder,MeteredProductSummary>
@Generated("software.amazon.awssdk:codegen") public final class MeteredProductSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeteredProductSummary.Builder,MeteredProductSummary>
The details of a metered product.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMeteredProductSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeteredProductSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringfamily()The family to which the metered product belongs.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerport()The port on which the metered product should run.StringproductId()The product ID.List<SdkField<?>>sdkFields()static Class<? extends MeteredProductSummary.Builder>serializableBuilderClass()MeteredProductSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvendor()The vendor.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
family
public final String family()
The family to which the metered product belongs.
- Returns:
- The family to which the metered product belongs.
-
port
public final Integer port()
The port on which the metered product should run.
- Returns:
- The port on which the metered product should run.
-
productId
public final String productId()
The product ID.
- Returns:
- The product ID.
-
vendor
public final String vendor()
The vendor.
- Returns:
- The vendor.
-
toBuilder
public MeteredProductSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MeteredProductSummary.Builder,MeteredProductSummary>
-
builder
public static MeteredProductSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends MeteredProductSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-