@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLicenseSpecificationsForResourceRequest extends LicenseManagerRequest implements ToCopyableBuilder<UpdateLicenseSpecificationsForResourceRequest.Builder,UpdateLicenseSpecificationsForResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLicenseSpecificationsForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSpecification> |
addLicenseSpecifications()
License configuration ARNs to be added to a resource.
|
static UpdateLicenseSpecificationsForResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LicenseSpecification> |
removeLicenseSpecifications()
License configuration ARNs to be removed from a resource.
|
String |
resourceArn()
ARN for an AWS server resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLicenseSpecificationsForResourceRequest.Builder> |
serializableBuilderClass() |
UpdateLicenseSpecificationsForResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String resourceArn()
ARN for an AWS server resource.
public List<LicenseSpecification> addLicenseSpecifications()
License configuration ARNs to be added to a resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<LicenseSpecification> removeLicenseSpecifications()
License configuration ARNs to be removed from a resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateLicenseSpecificationsForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLicenseSpecificationsForResourceRequest.Builder,UpdateLicenseSpecificationsForResourceRequest>toBuilder in class LicenseManagerRequestpublic static UpdateLicenseSpecificationsForResourceRequest.Builder builder()
public static Class<? extends UpdateLicenseSpecificationsForResourceRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.