@Generated(value="software.amazon.awssdk:codegen") public final class GetResourcePoliciesRequest extends RamRequest implements ToCopyableBuilder<GetResourcePoliciesRequest.Builder,GetResourcePoliciesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourcePoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetResourcePoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResourceArns()
For responses, this returns true if the service returned a value for the ResourceArns property.
|
Integer |
maxResults()
Specifies the total number of results that you want included on each page of the response.
|
String |
nextToken()
Specifies that you want to receive the next page of results.
|
String |
principal()
Specifies the principal.
|
List<String> |
resourceArns()
Specifies the Amazon
Resource Names (ARNs) of the resources whose policies you want to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourcePoliciesRequest.Builder> |
serializableBuilderClass() |
GetResourcePoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasResourceArns()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> resourceArns()
Specifies the Amazon Resource Names (ARNs) of the resources whose policies you want to retrieve.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasResourceArns() method.
public final String principal()
Specifies the principal.
public final String nextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public final Integer maxResults()
Specifies the total number of results that you want included on each page of the response. If you do not include
this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the
number you specify, the NextToken response element is returned with a value (not null). Include the
specified value as the NextToken request parameter in the next call to the operation to get the next
part of the results. Note that the service might return fewer results than the maximum even when there are more
results available. You should check NextToken after every operation to ensure that you receive all
of the results.
NextToken response element is returned with a value
(not null). Include the specified value as the NextToken request parameter in the next call
to the operation to get the next part of the results. Note that the service might return fewer results
than the maximum even when there are more results available. You should check NextToken
after every operation to ensure that you receive all of the results.public GetResourcePoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourcePoliciesRequest.Builder,GetResourcePoliciesRequest>toBuilder in class RamRequestpublic static GetResourcePoliciesRequest.Builder builder()
public static Class<? extends GetResourcePoliciesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.