@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionOAuthRequestParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the OAuth request parameters to use for the connection.
Constructor and Description |
---|
UpdateConnectionOAuthRequestParameters() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionOAuthRequestParameters |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizationEndpoint()
The URL to the authorization endpoint when OAuth is specified as the authorization type.
|
UpdateConnectionOAuthClientRequestParameters |
getClientParameters()
A
UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type. |
String |
getHttpMethod()
The method used to connect to the HTTP endpoint.
|
ConnectionHttpParameters |
getOAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizationEndpoint(String authorizationEndpoint)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
|
void |
setClientParameters(UpdateConnectionOAuthClientRequestParameters clientParameters)
A
UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type. |
void |
setHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
|
void |
setOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionOAuthRequestParameters |
withAuthorizationEndpoint(String authorizationEndpoint)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
|
UpdateConnectionOAuthRequestParameters |
withClientParameters(UpdateConnectionOAuthClientRequestParameters clientParameters)
A
UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type. |
UpdateConnectionOAuthRequestParameters |
withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
UpdateConnectionOAuthRequestParameters |
withHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
|
UpdateConnectionOAuthRequestParameters |
withOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
|
public UpdateConnectionOAuthRequestParameters()
public void setClientParameters(UpdateConnectionOAuthClientRequestParameters clientParameters)
A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type.
clientParameters
- A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to
use for the connection when OAuth is specified as the authorization type.public UpdateConnectionOAuthClientRequestParameters getClientParameters()
A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type.
UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to
use for the connection when OAuth is specified as the authorization type.public UpdateConnectionOAuthRequestParameters withClientParameters(UpdateConnectionOAuthClientRequestParameters clientParameters)
A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to use for
the connection when OAuth is specified as the authorization type.
clientParameters
- A UpdateConnectionOAuthClientRequestParameters
object that contains the client parameters to
use for the connection when OAuth is specified as the authorization type.public void setAuthorizationEndpoint(String authorizationEndpoint)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
authorizationEndpoint
- The URL to the authorization endpoint when OAuth is specified as the authorization type.public String getAuthorizationEndpoint()
The URL to the authorization endpoint when OAuth is specified as the authorization type.
public UpdateConnectionOAuthRequestParameters withAuthorizationEndpoint(String authorizationEndpoint)
The URL to the authorization endpoint when OAuth is specified as the authorization type.
authorizationEndpoint
- The URL to the authorization endpoint when OAuth is specified as the authorization type.public void setHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public String getHttpMethod()
The method used to connect to the HTTP endpoint.
ConnectionOAuthHttpMethod
public UpdateConnectionOAuthRequestParameters withHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public UpdateConnectionOAuthRequestParameters withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public void setOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.public ConnectionHttpParameters getOAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
public UpdateConnectionOAuthRequestParameters withOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionOAuthRequestParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.