@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppliedExtension extends Object implements Serializable, Cloneable, StructuredPojo
An extension that was invoked during a deployment.
Constructor and Description |
---|
AppliedExtension() |
Modifier and Type | Method and Description |
---|---|
AppliedExtension |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
AppliedExtension |
clearParametersEntries()
Removes all the entries added into Parameters.
|
AppliedExtension |
clone() |
boolean |
equals(Object obj) |
String |
getExtensionAssociationId()
The system-generated ID for the association.
|
String |
getExtensionId()
The system-generated ID of the extension.
|
Map<String,String> |
getParameters()
One or more parameters for the actions called by the extension.
|
Integer |
getVersionNumber()
The extension version number.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
void |
setExtensionId(String extensionId)
The system-generated ID of the extension.
|
void |
setParameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
|
void |
setVersionNumber(Integer versionNumber)
The extension version number.
|
String |
toString()
Returns a string representation of this object.
|
AppliedExtension |
withExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
AppliedExtension |
withExtensionId(String extensionId)
The system-generated ID of the extension.
|
AppliedExtension |
withParameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
|
AppliedExtension |
withVersionNumber(Integer versionNumber)
The extension version number.
|
public void setExtensionId(String extensionId)
The system-generated ID of the extension.
extensionId
- The system-generated ID of the extension.public String getExtensionId()
The system-generated ID of the extension.
public AppliedExtension withExtensionId(String extensionId)
The system-generated ID of the extension.
extensionId
- The system-generated ID of the extension.public void setExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
extensionAssociationId
- The system-generated ID for the association.public String getExtensionAssociationId()
The system-generated ID for the association.
public AppliedExtension withExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
extensionAssociationId
- The system-generated ID for the association.public void setVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public Integer getVersionNumber()
The extension version number.
public AppliedExtension withVersionNumber(Integer versionNumber)
The extension version number.
versionNumber
- The extension version number.public Map<String,String> getParameters()
One or more parameters for the actions called by the extension.
public void setParameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
parameters
- One or more parameters for the actions called by the extension.public AppliedExtension withParameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
parameters
- One or more parameters for the actions called by the extension.public AppliedExtension addParametersEntry(String key, String value)
public AppliedExtension clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public AppliedExtension clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.