@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationAssignmentsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes a filter for application assignments.
| Constructor and Description |
|---|
ListApplicationAssignmentsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationAssignmentsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN of an application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationArn(String applicationArn)
The ARN of an application.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationAssignmentsFilter |
withApplicationArn(String applicationArn)
The ARN of an application.
|
public void setApplicationArn(String applicationArn)
The ARN of an application.
applicationArn - The ARN of an application.public String getApplicationArn()
The ARN of an application.
public ListApplicationAssignmentsFilter withApplicationArn(String applicationArn)
The ARN of an application.
applicationArn - The ARN of an application.public String toString()
toString in class ObjectObject.toString()public ListApplicationAssignmentsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.