@Generated(value="software.amazon.awssdk:codegen") public final class ListGroupResourcesItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListGroupResourcesItem.Builder,ListGroupResourcesItem>
A structure returned by the ListGroupResources operation that contains identity and group membership status information for one of the resources in the group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroupResourcesItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupResourcesItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceIdentifier |
identifier()
Returns the value of the Identifier property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroupResourcesItem.Builder> |
serializableBuilderClass() |
ResourceStatus |
status()
A structure that contains the status of this resource's membership in the group.
|
ListGroupResourcesItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceIdentifier identifier()
public final ResourceStatus status()
A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type AWS::EC2::HostManagement.
This field is present in the response only if the group is of type AWS::EC2::HostManagement.
public ListGroupResourcesItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroupResourcesItem.Builder,ListGroupResourcesItem>public static ListGroupResourcesItem.Builder builder()
public static Class<? extends ListGroupResourcesItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.