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