@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkSpaceApplicationDeployment extends Object implements Serializable, Cloneable, StructuredPojo
Describes the WorkSpace application deployment.
| Constructor and Description |
|---|
WorkSpaceApplicationDeployment() |
| Modifier and Type | Method and Description |
|---|---|
WorkSpaceApplicationDeployment |
clone() |
boolean |
equals(Object obj) |
List<WorkspaceResourceAssociation> |
getAssociations()
The associations between the applications and the associated resources.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAssociations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
|
String |
toString()
Returns a string representation of this object.
|
WorkSpaceApplicationDeployment |
withAssociations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
|
WorkSpaceApplicationDeployment |
withAssociations(WorkspaceResourceAssociation... associations)
The associations between the applications and the associated resources.
|
public List<WorkspaceResourceAssociation> getAssociations()
The associations between the applications and the associated resources.
public void setAssociations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
associations - The associations between the applications and the associated resources.public WorkSpaceApplicationDeployment withAssociations(WorkspaceResourceAssociation... associations)
The associations between the applications and the associated resources.
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection) or withAssociations(java.util.Collection) if you want to
override the existing values.
associations - The associations between the applications and the associated resources.public WorkSpaceApplicationDeployment withAssociations(Collection<WorkspaceResourceAssociation> associations)
The associations between the applications and the associated resources.
associations - The associations between the applications and the associated resources.public String toString()
toString in class ObjectObject.toString()public WorkSpaceApplicationDeployment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.