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