@Generated(value="software.amazon.awssdk:codegen") public final class ListPoliciesGrantingServiceAccessRequest extends IamRequest implements ToCopyableBuilder<ListPoliciesGrantingServiceAccessRequest.Builder,ListPoliciesGrantingServiceAccessRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPoliciesGrantingServiceAccessRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the IAM identity (user, group, or role) whose policies you want to list.
|
static ListPoliciesGrantingServiceAccessRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasServiceNamespaces()
Returns true if the ServiceNamespaces 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 |
marker()
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPoliciesGrantingServiceAccessRequest.Builder> |
serializableBuilderClass() |
List<String> |
serviceNamespaces()
The service namespace for the AWS services whose policies you want to list.
|
ListPoliciesGrantingServiceAccessRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String marker()
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated. Set it to the value of the Marker element in the response that you received to
indicate where the next call should start.
Marker element in the response that you
received to indicate where the next call should start.public String arn()
The ARN of the IAM identity (user, group, or role) whose policies you want to list.
public boolean hasServiceNamespaces()
public List<String> serviceNamespaces()
The service namespace for the AWS services whose policies you want to list.
To learn the service namespace for a service, go to Actions, Resources, and Condition Keys for AWS Services in the IAM User Guide. Choose the name of the
service to view details for that service. In the first paragraph, find the service prefix. For example,
(service prefix: a4b). For more information about service namespaces, see AWS Service Namespaces in theĀ AWS General Reference.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasServiceNamespaces() to see if a value was sent in this field.
To learn the service namespace for a service, go to Actions, Resources, and Condition Keys for AWS Services in the IAM User Guide. Choose the
name of the service to view details for that service. In the first paragraph, find the service prefix.
For example, (service prefix: a4b). For more information about service namespaces, see AWS Service Namespaces in theĀ AWS General Reference.
public ListPoliciesGrantingServiceAccessRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPoliciesGrantingServiceAccessRequest.Builder,ListPoliciesGrantingServiceAccessRequest>toBuilder in class IamRequestpublic static ListPoliciesGrantingServiceAccessRequest.Builder builder()
public static Class<? extends ListPoliciesGrantingServiceAccessRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.