@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateApplicationFleetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateApplicationFleetResult() |
Modifier and Type | Method and Description |
---|---|
AssociateApplicationFleetResult |
clone() |
boolean |
equals(Object obj) |
ApplicationFleetAssociation |
getApplicationFleetAssociation()
If fleet name is specified, this returns the list of applications that are associated to it.
|
int |
hashCode() |
void |
setApplicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it.
|
String |
toString()
Returns a string representation of this object.
|
AssociateApplicationFleetResult |
withApplicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
applicationFleetAssociation
- If fleet name is specified, this returns the list of applications that are associated to it. If
application ARN is specified, this returns the list of fleets to which it is associated.public ApplicationFleetAssociation getApplicationFleetAssociation()
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
public AssociateApplicationFleetResult withApplicationFleetAssociation(ApplicationFleetAssociation applicationFleetAssociation)
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
applicationFleetAssociation
- If fleet name is specified, this returns the list of applications that are associated to it. If
application ARN is specified, this returns the list of fleets to which it is associated.public String toString()
toString
in class Object
Object.toString()
public AssociateApplicationFleetResult clone()