Class DescribeResourcePoliciesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest
-
- software.amazon.awssdk.services.cloudwatchlogs.model.DescribeResourcePoliciesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeResourcePoliciesRequest.Builder,DescribeResourcePoliciesRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeResourcePoliciesRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<DescribeResourcePoliciesRequest.Builder,DescribeResourcePoliciesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeResourcePoliciesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeResourcePoliciesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()The maximum number of resource policies to be displayed with one call of this API.StringnextToken()Returns the value of the NextToken property for this object.PolicyScopepolicyScope()Specifies the scope of the resource policy.StringpolicyScopeAsString()Specifies the scope of the resource policy.StringresourceArn()The ARN of the CloudWatch Logs resource for which to query the resource policy.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeResourcePoliciesRequest.Builder>serializableBuilderClass()DescribeResourcePoliciesRequest.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
-
nextToken
public final String nextToken()
Returns the value of the NextToken property for this object.- Returns:
- The value of the NextToken property for this object.
-
limit
public final Integer limit()
The maximum number of resource policies to be displayed with one call of this API.
- Returns:
- The maximum number of resource policies to be displayed with one call of this API.
-
resourceArn
public final String resourceArn()
The ARN of the CloudWatch Logs resource for which to query the resource policy.
- Returns:
- The ARN of the CloudWatch Logs resource for which to query the resource policy.
-
policyScope
public final PolicyScope policyScope()
Specifies the scope of the resource policy. Valid values are
ACCOUNTorRESOURCE. When not specified, defaults toACCOUNT.If the service returns an enum value that is not available in the current SDK version,
policyScopewill returnPolicyScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompolicyScopeAsString().- Returns:
- Specifies the scope of the resource policy. Valid values are
ACCOUNTorRESOURCE. When not specified, defaults toACCOUNT. - See Also:
PolicyScope
-
policyScopeAsString
public final String policyScopeAsString()
Specifies the scope of the resource policy. Valid values are
ACCOUNTorRESOURCE. When not specified, defaults toACCOUNT.If the service returns an enum value that is not available in the current SDK version,
policyScopewill returnPolicyScope.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompolicyScopeAsString().- Returns:
- Specifies the scope of the resource policy. Valid values are
ACCOUNTorRESOURCE. When not specified, defaults toACCOUNT. - See Also:
PolicyScope
-
toBuilder
public DescribeResourcePoliciesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeResourcePoliciesRequest.Builder,DescribeResourcePoliciesRequest>- Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
public static DescribeResourcePoliciesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeResourcePoliciesRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-