Class LicenseEndpointSummary
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.LicenseEndpointSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>
@Generated("software.amazon.awssdk:codegen") public final class LicenseEndpointSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>
The details for a license endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLicenseEndpointSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LicenseEndpointSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlicenseEndpointId()The license endpoint ID.List<SdkField<?>>sdkFields()static Class<? extends LicenseEndpointSummary.Builder>serializableBuilderClass()LicenseEndpointStatusstatus()The status of the license endpoint.StringstatusAsString()The status of the license endpoint.StringstatusMessage()The status message of the license endpoint.LicenseEndpointSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcId()The VCP(virtual private cloud) ID associated with the license endpoint.-
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
-
licenseEndpointId
public final String licenseEndpointId()
The license endpoint ID.
- Returns:
- The license endpoint ID.
-
status
public final LicenseEndpointStatus status()
The status of the license endpoint.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnLicenseEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the license endpoint.
- See Also:
LicenseEndpointStatus
-
statusAsString
public final String statusAsString()
The status of the license endpoint.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnLicenseEndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the license endpoint.
- See Also:
LicenseEndpointStatus
-
statusMessage
public final String statusMessage()
The status message of the license endpoint.
- Returns:
- The status message of the license endpoint.
-
vpcId
public final String vpcId()
The VCP(virtual private cloud) ID associated with the license endpoint.
- Returns:
- The VCP(virtual private cloud) ID associated with the license endpoint.
-
toBuilder
public LicenseEndpointSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LicenseEndpointSummary.Builder,LicenseEndpointSummary>
-
builder
public static LicenseEndpointSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LicenseEndpointSummary.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.
-
-