@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupsForEntityFilters extends Object implements Serializable, Cloneable, StructuredPojo
Filtering options for ListGroupsForEntity operation. This is only used as input to Operation.
| Constructor and Description |
|---|
ListGroupsForEntityFilters() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsForEntityFilters |
clone() |
boolean |
equals(Object obj) |
String |
getGroupNamePrefix()
Filters only group names that start with the provided name prefix.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroupNamePrefix(String groupNamePrefix)
Filters only group names that start with the provided name prefix.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupsForEntityFilters |
withGroupNamePrefix(String groupNamePrefix)
Filters only group names that start with the provided name prefix.
|
public void setGroupNamePrefix(String groupNamePrefix)
Filters only group names that start with the provided name prefix.
groupNamePrefix - Filters only group names that start with the provided name prefix.public String getGroupNamePrefix()
Filters only group names that start with the provided name prefix.
public ListGroupsForEntityFilters withGroupNamePrefix(String groupNamePrefix)
Filters only group names that start with the provided name prefix.
groupNamePrefix - Filters only group names that start with the provided name prefix.public String toString()
toString in class ObjectObject.toString()public ListGroupsForEntityFilters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.