Class UpdateCrossAccountAttachmentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorRequest
-
- software.amazon.awssdk.services.globalaccelerator.model.UpdateCrossAccountAttachmentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateCrossAccountAttachmentRequest.Builder,UpdateCrossAccountAttachmentRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCrossAccountAttachmentRequest extends GlobalAcceleratorRequest implements ToCopyableBuilder<UpdateCrossAccountAttachmentRequest.Builder,UpdateCrossAccountAttachmentRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateCrossAccountAttachmentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>addPrincipals()The principals to add to the cross-account attachment.List<Resource>addResources()The resources to add to the cross-account attachment.StringattachmentArn()The Amazon Resource Name (ARN) of the cross-account attachment to update.static UpdateCrossAccountAttachmentRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAddPrincipals()For responses, this returns true if the service returned a value for the AddPrincipals property.booleanhasAddResources()For responses, this returns true if the service returned a value for the AddResources property.inthashCode()booleanhasRemovePrincipals()For responses, this returns true if the service returned a value for the RemovePrincipals property.booleanhasRemoveResources()For responses, this returns true if the service returned a value for the RemoveResources property.Stringname()The name of the cross-account attachment.List<String>removePrincipals()The principals to remove from the cross-account attachment.List<Resource>removeResources()The resources to remove from the cross-account attachment.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateCrossAccountAttachmentRequest.Builder>serializableBuilderClass()UpdateCrossAccountAttachmentRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
attachmentArn
public final String attachmentArn()
The Amazon Resource Name (ARN) of the cross-account attachment to update.
- Returns:
- The Amazon Resource Name (ARN) of the cross-account attachment to update.
-
name
public final String name()
The name of the cross-account attachment.
- Returns:
- The name of the cross-account attachment.
-
hasAddPrincipals
public final boolean hasAddPrincipals()
For responses, this returns true if the service returned a value for the AddPrincipals property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
addPrincipals
public final List<String> addPrincipals()
The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.
To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAddPrincipals()method.- Returns:
- The principals to add to the cross-account attachment. A principal is an account or the Amazon Resource
Name (ARN) of an accelerator that the attachment gives permission to work with resources from another
account. The resources are also listed in the attachment.
To add more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
-
hasRemovePrincipals
public final boolean hasRemovePrincipals()
For responses, this returns true if the service returned a value for the RemovePrincipals property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
removePrincipals
public final List<String> removePrincipals()
The principals to remove from the cross-account attachment. A principal is an account or the Amazon Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from another account. The resources are also listed in the attachment.
To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasRemovePrincipals()method.- Returns:
- The principals to remove from the cross-account attachment. A principal is an account or the Amazon
Resource Name (ARN) of an accelerator that the attachment gives permission to work with resources from
another account. The resources are also listed in the attachment.
To remove more than one principal, separate the account numbers or accelerator ARNs, or both, with commas.
-
hasAddResources
public final boolean hasAddResources()
For responses, this returns true if the service returned a value for the AddResources property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
addResources
public final List<Resource> addResources()
The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.
To add more than one resource, separate the resource ARNs with commas.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAddResources()method.- Returns:
- The resources to add to the cross-account attachment. A resource listed in a cross-account attachment can
be used with an accelerator by the principals that are listed in the attachment.
To add more than one resource, separate the resource ARNs with commas.
-
hasRemoveResources
public final boolean hasRemoveResources()
For responses, this returns true if the service returned a value for the RemoveResources property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
removeResources
public final List<Resource> removeResources()
The resources to remove from the cross-account attachment. A resource listed in a cross-account attachment can be used with an accelerator by the principals that are listed in the attachment.
To remove more than one resource, separate the resource ARNs with commas.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasRemoveResources()method.- Returns:
- The resources to remove from the cross-account attachment. A resource listed in a cross-account
attachment can be used with an accelerator by the principals that are listed in the attachment.
To remove more than one resource, separate the resource ARNs with commas.
-
toBuilder
public UpdateCrossAccountAttachmentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateCrossAccountAttachmentRequest.Builder,UpdateCrossAccountAttachmentRequest>- Specified by:
toBuilderin classGlobalAcceleratorRequest
-
builder
public static UpdateCrossAccountAttachmentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCrossAccountAttachmentRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-