@Generated(value="software.amazon.awssdk:codegen") public final class ImportImageLicenseConfigurationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportImageLicenseConfigurationResponse.Builder,ImportImageLicenseConfigurationResponse>
The response information for license configurations.
Modifier and Type | Class and Description |
---|---|
static interface |
ImportImageLicenseConfigurationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ImportImageLicenseConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
licenseConfigurationArn()
The ARN of a license configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportImageLicenseConfigurationResponse.Builder> |
serializableBuilderClass() |
ImportImageLicenseConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String licenseConfigurationArn()
The ARN of a license configuration.
public ImportImageLicenseConfigurationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ImportImageLicenseConfigurationResponse.Builder,ImportImageLicenseConfigurationResponse>
public static ImportImageLicenseConfigurationResponse.Builder builder()
public static Class<? extends ImportImageLicenseConfigurationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.