@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExtensionAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateExtensionAssociationResult() |
Modifier and Type | Method and Description |
---|---|
CreateExtensionAssociationResult |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
CreateExtensionAssociationResult |
clearParametersEntries()
Removes all the entries added into Parameters.
|
CreateExtensionAssociationResult |
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.
|
CreateExtensionAssociationResult |
withArn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
CreateExtensionAssociationResult |
withExtensionArn(String extensionArn)
The ARN of the extension defined in the association.
|
CreateExtensionAssociationResult |
withExtensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
CreateExtensionAssociationResult |
withId(String id)
The system-generated ID for the association.
|
CreateExtensionAssociationResult |
withParameters(Map<String,String> parameters)
The parameter names and values defined in the association.
|
CreateExtensionAssociationResult |
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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult addParametersEntry(String key, String value)
public CreateExtensionAssociationResult 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 CreateExtensionAssociationResult 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 CreateExtensionAssociationResult clone()