@Generated(value="software.amazon.awssdk:codegen") public final class ModifyImageAttributeRequest extends Ec2Request implements ToCopyableBuilder<ModifyImageAttributeRequest.Builder,ModifyImageAttributeRequest>
Contains the parameters for ModifyImageAttribute.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | ModifyImageAttributeRequest.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| String | attribute()
 The name of the attribute to modify. | 
| static ModifyImageAttributeRequest.Builder | builder() | 
| AttributeValue | description()
 A new description for the AMI. | 
| boolean | equals(Object obj) | 
| boolean | equalsBySdkFields(Object obj) | 
| <T> Optional<T> | getValueForField(String fieldName,
                Class<T> clazz) | 
| int | hashCode() | 
| boolean | hasProductCodes()Returns true if the ProductCodes property was specified by the sender (it may be empty), or false if the sender
 did not specify the value (it will be empty). | 
| boolean | hasUserGroups()Returns true if the UserGroups property was specified by the sender (it may be empty), or false if the sender did
 not specify the value (it will be empty). | 
| boolean | hasUserIds()Returns true if the UserIds property was specified by the sender (it may be empty), or false if the sender did
 not specify the value (it will be empty). | 
| String | imageId()
 The ID of the AMI. | 
| LaunchPermissionModifications | launchPermission()
 A new launch permission for the AMI. | 
| OperationType | operationType()
 The operation type. | 
| String | operationTypeAsString()
 The operation type. | 
| List<String> | productCodes()
 The DevPay product codes. | 
| List<SdkField<?>> | sdkFields() | 
| static Class<? extends ModifyImageAttributeRequest.Builder> | serializableBuilderClass() | 
| ModifyImageAttributeRequest.Builder | toBuilder() | 
| String | toString()Returns a string representation of this object. | 
| List<String> | userGroups()
 The user groups. | 
| List<String> | userIds()
 The AWS account IDs. | 
| String | value()
 The value of the attribute being modified. | 
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String attribute()
 The name of the attribute to modify. The valid values are description, launchPermission
 , and productCodes.
 
description,
         launchPermission, and productCodes.public final AttributeValue description()
A new description for the AMI.
public final String imageId()
The ID of the AMI.
public final LaunchPermissionModifications launchPermission()
A new launch permission for the AMI.
public final OperationType operationType()
 The operation type. This parameter can be used only when the Attribute parameter is
 launchPermission.
 
 If the service returns an enum value that is not available in the current SDK version, operationType
 will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
 operationTypeAsString().
 
Attribute parameter is
         launchPermission.OperationTypepublic final String operationTypeAsString()
 The operation type. This parameter can be used only when the Attribute parameter is
 launchPermission.
 
 If the service returns an enum value that is not available in the current SDK version, operationType
 will return OperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
 operationTypeAsString().
 
Attribute parameter is
         launchPermission.OperationTypepublic final boolean hasProductCodes()
public final List<String> productCodes()
The DevPay product codes. After you add a product code to an AMI, it can't be removed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
 You can use hasProductCodes() to see if a value was sent in this field.
 
public final boolean hasUserGroups()
public final List<String> userGroups()
 The user groups. This parameter can be used only when the Attribute parameter is
 launchPermission.
 
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
 You can use hasUserGroups() to see if a value was sent in this field.
 
Attribute parameter is
         launchPermission.public final boolean hasUserIds()
public final List<String> userIds()
 The AWS account IDs. This parameter can be used only when the Attribute parameter is
 launchPermission.
 
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
 You can use hasUserIds() to see if a value was sent in this field.
 
Attribute parameter is
         launchPermission.public final String value()
 The value of the attribute being modified. This parameter can be used only when the Attribute
 parameter is description or productCodes.
 
Attribute parameter is description or productCodes.public ModifyImageAttributeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyImageAttributeRequest.Builder,ModifyImageAttributeRequest>toBuilder in class Ec2Requestpublic static ModifyImageAttributeRequest.Builder builder()
public static Class<? extends ModifyImageAttributeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.