@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExtensionAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetExtensionAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetExtensionAssociationResult |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
GetExtensionAssociationResult |
clearParametersEntries()
Removes all the entries added into Parameters.
|
GetExtensionAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The system-generated Amazon Resource Name (ARN) for the extension.
|
String |
getExtensionArn()
The ARN of the extension defined in the association.
|
Integer |
getExtensionVersionNumber()
The version number for the extension defined in the association.
|
String |
getId()
The system-generated ID for the association.
|
Map<String,String> |
getParameters()
The parameter names and values defined in the association.
|
String |
getResourceArn()
The ARNs of applications, configuration profiles, or environments defined in the association.
|
int |
hashCode() |
void |
setArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
void |
setExtensionArn(String extensionArn)
The ARN of the extension defined in the association.
|
void |
setExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
void |
setId(String id)
The system-generated ID for the association.
|
void |
setParameters(Map<String,String> parameters)
The parameter names and values defined in the association.
|
void |
setResourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
|
String |
toString()
Returns a string representation of this object.
|
GetExtensionAssociationResult |
withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
GetExtensionAssociationResult |
withExtensionArn(String extensionArn)
The ARN of the extension defined in the association.
|
GetExtensionAssociationResult |
withExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
GetExtensionAssociationResult |
withId(String id)
The system-generated ID for the association.
|
GetExtensionAssociationResult |
withParameters(Map<String,String> parameters)
The parameter names and values defined in the association.
|
GetExtensionAssociationResult |
withResourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The system-generated ID for the association.
id
- The system-generated ID for the association.public String getId()
The system-generated ID for the association.
public GetExtensionAssociationResult withId(String id)
The system-generated ID for the association.
id
- The system-generated ID for the association.public void setExtensionArn(String extensionArn)
The ARN of the extension defined in the association.
extensionArn
- The ARN of the extension defined in the association.public String getExtensionArn()
The ARN of the extension defined in the association.
public GetExtensionAssociationResult withExtensionArn(String extensionArn)
The ARN of the extension defined in the association.
extensionArn
- The ARN of the extension defined in the association.public void setResourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
resourceArn
- The ARNs of applications, configuration profiles, or environments defined in the association.public String getResourceArn()
The ARNs of applications, configuration profiles, or environments defined in the association.
public GetExtensionAssociationResult withResourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
resourceArn
- The ARNs of applications, configuration profiles, or environments defined in the association.public void setArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
arn
- The system-generated Amazon Resource Name (ARN) for the extension.public String getArn()
The system-generated Amazon Resource Name (ARN) for the extension.
public GetExtensionAssociationResult withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
arn
- The system-generated Amazon Resource Name (ARN) for the extension.public Map<String,String> getParameters()
The parameter names and values defined in the association.
public void setParameters(Map<String,String> parameters)
The parameter names and values defined in the association.
parameters
- The parameter names and values defined in the association.public GetExtensionAssociationResult withParameters(Map<String,String> parameters)
The parameter names and values defined in the association.
parameters
- The parameter names and values defined in the association.public GetExtensionAssociationResult addParametersEntry(String key, String value)
public GetExtensionAssociationResult clearParametersEntries()
public void setExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber
- The version number for the extension defined in the association.public Integer getExtensionVersionNumber()
The version number for the extension defined in the association.
public GetExtensionAssociationResult withExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber
- The version number for the extension defined in the association.public String toString()
toString
in class Object
Object.toString()
public GetExtensionAssociationResult clone()