Class UpdateConnectionApiKeyAuthRequestParameters
java.lang.Object
software.amazon.awssdk.services.eventbridge.model.UpdateConnectionApiKeyAuthRequestParameters
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateConnectionApiKeyAuthRequestParameters.Builder,UpdateConnectionApiKeyAuthRequestParameters>
@Generated("software.amazon.awssdk:codegen")
public final class UpdateConnectionApiKeyAuthRequestParameters
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<UpdateConnectionApiKeyAuthRequestParameters.Builder,UpdateConnectionApiKeyAuthRequestParameters>
Contains the API key authorization parameters to use to update the connection.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe name of the API key to use for authorization.final StringThe value associated with the API key to use for authorization.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends UpdateConnectionApiKeyAuthRequestParameters.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
apiKeyName
The name of the API key to use for authorization.
- Returns:
- The name of the API key to use for authorization.
-
apiKeyValue
The value associated with the API key to use for authorization.
- Returns:
- The value associated with the API key to use for authorization.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateConnectionApiKeyAuthRequestParameters.Builder,UpdateConnectionApiKeyAuthRequestParameters>
-
builder
-
serializableBuilderClass
public static Class<? extends UpdateConnectionApiKeyAuthRequestParameters.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-