@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionOAuthClientRequestParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the OAuth authorization parameters to use for the connection.
Constructor and Description |
---|
UpdateConnectionOAuthClientRequestParameters() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionOAuthClientRequestParameters |
clone() |
boolean |
equals(Object obj) |
String |
getClientID()
The client ID to use for OAuth authorization.
|
String |
getClientSecret()
The client secret assciated with the client ID to use for OAuth authorization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientID(String clientID)
The client ID to use for OAuth authorization.
|
void |
setClientSecret(String clientSecret)
The client secret assciated with the client ID to use for OAuth authorization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionOAuthClientRequestParameters |
withClientID(String clientID)
The client ID to use for OAuth authorization.
|
UpdateConnectionOAuthClientRequestParameters |
withClientSecret(String clientSecret)
The client secret assciated with the client ID to use for OAuth authorization.
|
public UpdateConnectionOAuthClientRequestParameters()
public void setClientID(String clientID)
The client ID to use for OAuth authorization.
clientID
- The client ID to use for OAuth authorization.public String getClientID()
The client ID to use for OAuth authorization.
public UpdateConnectionOAuthClientRequestParameters withClientID(String clientID)
The client ID to use for OAuth authorization.
clientID
- The client ID to use for OAuth authorization.public void setClientSecret(String clientSecret)
The client secret assciated with the client ID to use for OAuth authorization.
clientSecret
- The client secret assciated with the client ID to use for OAuth authorization.public String getClientSecret()
The client secret assciated with the client ID to use for OAuth authorization.
public UpdateConnectionOAuthClientRequestParameters withClientSecret(String clientSecret)
The client secret assciated with the client ID to use for OAuth authorization.
clientSecret
- The client secret assciated with the client ID to use for OAuth authorization.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionOAuthClientRequestParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.