Class GenerateServiceLastAccessedDetailsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iam.model.IamRequest
-
- software.amazon.awssdk.services.iam.model.GenerateServiceLastAccessedDetailsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GenerateServiceLastAccessedDetailsRequest.Builder,GenerateServiceLastAccessedDetailsRequest>
@Generated("software.amazon.awssdk:codegen") public final class GenerateServiceLastAccessedDetailsRequest extends IamRequest implements ToCopyableBuilder<GenerateServiceLastAccessedDetailsRequest.Builder,GenerateServiceLastAccessedDetailsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerateServiceLastAccessedDetailsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.static GenerateServiceLastAccessedDetailsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)AccessAdvisorUsageGranularityTypegranularity()The level of detail that you want to generate.StringgranularityAsString()The level of detail that you want to generate.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GenerateServiceLastAccessedDetailsRequest.Builder>serializableBuilderClass()GenerateServiceLastAccessedDetailsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
arn
public final String arn()
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
- Returns:
- The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.
-
granularity
public final AccessAdvisorUsageGranularityType granularity()
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
If the service returns an enum value that is not available in the current SDK version,
granularitywill returnAccessAdvisorUsageGranularityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgranularityAsString().- Returns:
- The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
- See Also:
AccessAdvisorUsageGranularityType
-
granularityAsString
public final String granularityAsString()
The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
If the service returns an enum value that is not available in the current SDK version,
granularitywill returnAccessAdvisorUsageGranularityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgranularityAsString().- Returns:
- The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.
- See Also:
AccessAdvisorUsageGranularityType
-
toBuilder
public GenerateServiceLastAccessedDetailsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerateServiceLastAccessedDetailsRequest.Builder,GenerateServiceLastAccessedDetailsRequest>- Specified by:
toBuilderin classIamRequest
-
builder
public static GenerateServiceLastAccessedDetailsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerateServiceLastAccessedDetailsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-