@Generated(value="software.amazon.awssdk:codegen") public final class ListGroupResourcesResponse extends ResourceGroupsResponse implements ToCopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroupResourcesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupResourcesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasQueryErrors()
Returns true if the QueryErrors property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasResourceIdentifiers()
Returns true if the ResourceIdentifiers property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
nextToken()
If present, indicates that more output is available than is included in the current response.
|
List<QueryError> |
queryErrors()
A list of
QueryError objects. |
List<ResourceIdentifier> |
resourceIdentifiers()
The ARNs and resource types of resources that are members of the group that you specified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroupResourcesResponse.Builder> |
serializableBuilderClass() |
ListGroupResourcesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasResourceIdentifiers()
public final List<ResourceIdentifier> resourceIdentifiers()
The ARNs and resource types of resources that are members of the group that you specified.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResourceIdentifiers() to see if a value was sent in this field.
public final String nextToken()
If present, indicates that more output is available than is included in the current response. Use this value in
the NextToken request parameter in a subsequent call to the operation to get the next part of the
output. You should repeat this until the NextToken response element comes back as null.
NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element comes
back as null.public final boolean hasQueryErrors()
public final List<QueryError> queryErrors()
A list of QueryError objects. Each error is an object that contains ErrorCode and
Message structures. Possible values for ErrorCode are
CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasQueryErrors() to see if a value was sent in this field.
QueryError objects. Each error is an object that contains ErrorCode
and Message structures. Possible values for ErrorCode are
CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.public ListGroupResourcesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>toBuilder in class AwsResponsepublic static ListGroupResourcesResponse.Builder builder()
public static Class<? extends ListGroupResourcesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.