@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionApiKeyAuthRequestParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the API key authorization parameters to use to update the connection.
Constructor and Description |
---|
UpdateConnectionApiKeyAuthRequestParameters() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionApiKeyAuthRequestParameters |
clone() |
boolean |
equals(Object obj) |
String |
getApiKeyName()
The name of the API key to use for authorization.
|
String |
getApiKeyValue()
The value associated with teh API key to use for authorization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiKeyName(String apiKeyName)
The name of the API key to use for authorization.
|
void |
setApiKeyValue(String apiKeyValue)
The value associated with teh API key to use for authorization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionApiKeyAuthRequestParameters |
withApiKeyName(String apiKeyName)
The name of the API key to use for authorization.
|
UpdateConnectionApiKeyAuthRequestParameters |
withApiKeyValue(String apiKeyValue)
The value associated with teh API key to use for authorization.
|
public UpdateConnectionApiKeyAuthRequestParameters()
public void setApiKeyName(String apiKeyName)
The name of the API key to use for authorization.
apiKeyName
- The name of the API key to use for authorization.public String getApiKeyName()
The name of the API key to use for authorization.
public UpdateConnectionApiKeyAuthRequestParameters withApiKeyName(String apiKeyName)
The name of the API key to use for authorization.
apiKeyName
- The name of the API key to use for authorization.public void setApiKeyValue(String apiKeyValue)
The value associated with teh API key to use for authorization.
apiKeyValue
- The value associated with teh API key to use for authorization.public String getApiKeyValue()
The value associated with teh API key to use for authorization.
public UpdateConnectionApiKeyAuthRequestParameters withApiKeyValue(String apiKeyValue)
The value associated with teh API key to use for authorization.
apiKeyValue
- The value associated with teh API key to use for authorization.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionApiKeyAuthRequestParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.