@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
List<String> |
getOptions()
Determines whether an application tag is applied or skipped.
|
String |
getResourceArn()
The Amazon resource name (ARN) that specifies the resource.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
void |
setOptions(Collection<String> options)
Determines whether an application tag is applied or skipped.
|
void |
setResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
|
String |
toString()
Returns a string representation of this object.
|
AssociateResourceResult |
withApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
|
AssociateResourceResult |
withOptions(AssociationOption... options)
Determines whether an application tag is applied or skipped.
|
AssociateResourceResult |
withOptions(Collection<String> options)
Determines whether an application tag is applied or skipped.
|
AssociateResourceResult |
withOptions(String... options)
Determines whether an application tag is applied or skipped.
|
AssociateResourceResult |
withResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.public String getApplicationArn()
The Amazon resource name (ARN) of the application that was augmented with attributes.
public AssociateResourceResult withApplicationArn(String applicationArn)
The Amazon resource name (ARN) of the application that was augmented with attributes.
applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.public void setResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
resourceArn - The Amazon resource name (ARN) that specifies the resource.public String getResourceArn()
The Amazon resource name (ARN) that specifies the resource.
public AssociateResourceResult withResourceArn(String resourceArn)
The Amazon resource name (ARN) that specifies the resource.
resourceArn - The Amazon resource name (ARN) that specifies the resource.public List<String> getOptions()
Determines whether an application tag is applied or skipped.
AssociationOptionpublic void setOptions(Collection<String> options)
Determines whether an application tag is applied or skipped.
options - Determines whether an application tag is applied or skipped.AssociationOptionpublic AssociateResourceResult withOptions(String... options)
Determines whether an application tag is applied or skipped.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection) or withOptions(java.util.Collection) if you want to override
the existing values.
options - Determines whether an application tag is applied or skipped.AssociationOptionpublic AssociateResourceResult withOptions(Collection<String> options)
Determines whether an application tag is applied or skipped.
options - Determines whether an application tag is applied or skipped.AssociationOptionpublic AssociateResourceResult withOptions(AssociationOption... options)
Determines whether an application tag is applied or skipped.
options - Determines whether an application tag is applied or skipped.AssociationOptionpublic String toString()
toString in class ObjectObject.toString()public AssociateResourceResult clone()