Class ListGroupResourcesItem
- java.lang.Object
-
- software.amazon.awssdk.services.resourcegroups.model.ListGroupResourcesItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListGroupResourcesItem.Builder,ListGroupResourcesItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListGroupResourcesItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGroupResourcesItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceIdentifieridentifier()Returns the value of the Identifier property for this object.List<SdkField<?>>sdkFields()static Class<? extends ListGroupResourcesItem.Builder>serializableBuilderClass()ResourceStatusstatus()A structure that contains the status of this resource's membership in the group.ListGroupResourcesItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identifier
public final ResourceIdentifier identifier()
Returns the value of the Identifier property for this object.- Returns:
- The value of the Identifier property for this object.
-
status
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.- Returns:
- 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.
-
toBuilder
public ListGroupResourcesItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListGroupResourcesItem.Builder,ListGroupResourcesItem>
-
builder
public static ListGroupResourcesItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListGroupResourcesItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-