Class BatchIsAuthorizedInputItem
- java.lang.Object
-
- software.amazon.awssdk.services.verifiedpermissions.model.BatchIsAuthorizedInputItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchIsAuthorizedInputItem.Builder,BatchIsAuthorizedInputItem>
@Generated("software.amazon.awssdk:codegen") public final class BatchIsAuthorizedInputItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchIsAuthorizedInputItem.Builder,BatchIsAuthorizedInputItem>
An authorization request that you include in a
BatchIsAuthorizedAPI request.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchIsAuthorizedInputItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionIdentifieraction()Specifies the requested action to be authorized.static BatchIsAuthorizedInputItem.Builderbuilder()ContextDefinitioncontext()Specifies additional context that can be used to make more granular authorization decisions.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()EntityIdentifierprincipal()Specifies the principal for which the authorization decision is to be made.EntityIdentifierresource()Specifies the resource for which the authorization decision is to be made.List<SdkField<?>>sdkFields()static Class<? extends BatchIsAuthorizedInputItem.Builder>serializableBuilderClass()BatchIsAuthorizedInputItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
principal
public final EntityIdentifier principal()
Specifies the principal for which the authorization decision is to be made.
- Returns:
- Specifies the principal for which the authorization decision is to be made.
-
action
public final ActionIdentifier action()
Specifies the requested action to be authorized. For example, is the principal authorized to perform this action on the resource?
- Returns:
- Specifies the requested action to be authorized. For example, is the principal authorized to perform this action on the resource?
-
resource
public final EntityIdentifier resource()
Specifies the resource for which the authorization decision is to be made.
- Returns:
- Specifies the resource for which the authorization decision is to be made.
-
context
public final ContextDefinition context()
Specifies additional context that can be used to make more granular authorization decisions.
- Returns:
- Specifies additional context that can be used to make more granular authorization decisions.
-
toBuilder
public BatchIsAuthorizedInputItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchIsAuthorizedInputItem.Builder,BatchIsAuthorizedInputItem>
-
builder
public static BatchIsAuthorizedInputItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchIsAuthorizedInputItem.Builder> serializableBuilderClass()
-
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.
-
-