@Generated(value="software.amazon.awssdk:codegen") public final class GetLicenseConfigurationRequest extends LicenseManagerRequest implements ToCopyableBuilder<GetLicenseConfigurationRequest.Builder,GetLicenseConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLicenseConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLicenseConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
licenseConfigurationArn()
ARN of the license configuration being requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLicenseConfigurationRequest.Builder> |
serializableBuilderClass() |
GetLicenseConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String licenseConfigurationArn()
ARN of the license configuration being requested.
public GetLicenseConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLicenseConfigurationRequest.Builder,GetLicenseConfigurationRequest>toBuilder in class LicenseManagerRequestpublic static GetLicenseConfigurationRequest.Builder builder()
public static Class<? extends GetLicenseConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.