@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationsFilter extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes a filter for applications.
| Constructor and Description |
|---|
ListApplicationsFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationAccount()
An Amazon Web Services account ID number that filters the results in the response.
|
String |
getApplicationProvider()
The ARN of an application provider that can filter the results in the response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplicationAccount(String applicationAccount)
An Amazon Web Services account ID number that filters the results in the response.
|
void |
setApplicationProvider(String applicationProvider)
The ARN of an application provider that can filter the results in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationsFilter |
withApplicationAccount(String applicationAccount)
An Amazon Web Services account ID number that filters the results in the response.
|
ListApplicationsFilter |
withApplicationProvider(String applicationProvider)
The ARN of an application provider that can filter the results in the response.
|
public void setApplicationAccount(String applicationAccount)
An Amazon Web Services account ID number that filters the results in the response.
applicationAccount - An Amazon Web Services account ID number that filters the results in the response.public String getApplicationAccount()
An Amazon Web Services account ID number that filters the results in the response.
public ListApplicationsFilter withApplicationAccount(String applicationAccount)
An Amazon Web Services account ID number that filters the results in the response.
applicationAccount - An Amazon Web Services account ID number that filters the results in the response.public void setApplicationProvider(String applicationProvider)
The ARN of an application provider that can filter the results in the response.
applicationProvider - The ARN of an application provider that can filter the results in the response.public String getApplicationProvider()
The ARN of an application provider that can filter the results in the response.
public ListApplicationsFilter withApplicationProvider(String applicationProvider)
The ARN of an application provider that can filter the results in the response.
applicationProvider - The ARN of an application provider that can filter the results in the response.public String toString()
toString in class ObjectObject.toString()public ListApplicationsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.