@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 Object
Object.toString()
public ListApplicationAssignmentsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.