@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationFleetAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Describes the application fleet association.
Constructor and Description |
---|
ApplicationFleetAssociation() |
Modifier and Type | Method and Description |
---|---|
ApplicationFleetAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN of the application associated with the fleet.
|
String |
getFleetName()
The name of the fleet associated with the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationArn(String applicationArn)
The ARN of the application associated with the fleet.
|
void |
setFleetName(String fleetName)
The name of the fleet associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationFleetAssociation |
withApplicationArn(String applicationArn)
The ARN of the application associated with the fleet.
|
ApplicationFleetAssociation |
withFleetName(String fleetName)
The name of the fleet associated with the application.
|
public void setFleetName(String fleetName)
The name of the fleet associated with the application.
fleetName
- The name of the fleet associated with the application.public String getFleetName()
The name of the fleet associated with the application.
public ApplicationFleetAssociation withFleetName(String fleetName)
The name of the fleet associated with the application.
fleetName
- The name of the fleet associated with the application.public void setApplicationArn(String applicationArn)
The ARN of the application associated with the fleet.
applicationArn
- The ARN of the application associated with the fleet.public String getApplicationArn()
The ARN of the application associated with the fleet.
public ApplicationFleetAssociation withApplicationArn(String applicationArn)
The ARN of the application associated with the fleet.
applicationArn
- The ARN of the application associated with the fleet.public String toString()
toString
in class Object
Object.toString()
public ApplicationFleetAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.