Class SigV4Authorization
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.SigV4Authorization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SigV4Authorization.Builder,SigV4Authorization>
@Generated("software.amazon.awssdk:codegen") public final class SigV4Authorization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SigV4Authorization.Builder,SigV4Authorization>
For more information, see Signature Version 4 signing process.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSigV4Authorization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SigV4Authorization.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN of the signing role.List<SdkField<?>>sdkFields()static Class<? extends SigV4Authorization.Builder>serializableBuilderClass()StringserviceName()The service name to use while signing with Sig V4.StringsigningRegion()The signing region.SigV4Authorization.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
-
signingRegion
public final String signingRegion()
The signing region.
- Returns:
- The signing region.
-
serviceName
public final String serviceName()
The service name to use while signing with Sig V4.
- Returns:
- The service name to use while signing with Sig V4.
-
roleArn
public final String roleArn()
The ARN of the signing role.
- Returns:
- The ARN of the signing role.
-
toBuilder
public SigV4Authorization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SigV4Authorization.Builder,SigV4Authorization>
-
builder
public static SigV4Authorization.Builder builder()
-
serializableBuilderClass
public static Class<? extends SigV4Authorization.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.
-
-