@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthorizationType()
The type of authorization to use for the connection.
|
UpdateConnectionAuthRequestParameters |
getAuthParameters()
The authorization parameters to use for the connection.
|
String |
getDescription()
A description for the connection.
|
String |
getName()
The name of the connection to update.
|
int |
hashCode() |
void |
setAuthorizationType(String authorizationType)
The type of authorization to use for the connection.
|
void |
setAuthParameters(UpdateConnectionAuthRequestParameters authParameters)
The authorization parameters to use for the connection.
|
void |
setDescription(String description)
A description for the connection.
|
void |
setName(String name)
The name of the connection to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectionRequest |
withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
UpdateConnectionRequest |
withAuthorizationType(String authorizationType)
The type of authorization to use for the connection.
|
UpdateConnectionRequest |
withAuthParameters(UpdateConnectionAuthRequestParameters authParameters)
The authorization parameters to use for the connection.
|
UpdateConnectionRequest |
withDescription(String description)
A description for the connection.
|
UpdateConnectionRequest |
withName(String name)
The name of the connection to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the connection to update.
name
- The name of the connection to update.public String getName()
The name of the connection to update.
public UpdateConnectionRequest withName(String name)
The name of the connection to update.
name
- The name of the connection to update.public void setDescription(String description)
A description for the connection.
description
- A description for the connection.public String getDescription()
A description for the connection.
public UpdateConnectionRequest withDescription(String description)
A description for the connection.
description
- A description for the connection.public void setAuthorizationType(String authorizationType)
The type of authorization to use for the connection.
authorizationType
- The type of authorization to use for the connection.ConnectionAuthorizationType
public String getAuthorizationType()
The type of authorization to use for the connection.
ConnectionAuthorizationType
public UpdateConnectionRequest withAuthorizationType(String authorizationType)
The type of authorization to use for the connection.
authorizationType
- The type of authorization to use for the connection.ConnectionAuthorizationType
public UpdateConnectionRequest withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
authorizationType
- The type of authorization to use for the connection.ConnectionAuthorizationType
public void setAuthParameters(UpdateConnectionAuthRequestParameters authParameters)
The authorization parameters to use for the connection.
authParameters
- The authorization parameters to use for the connection.public UpdateConnectionAuthRequestParameters getAuthParameters()
The authorization parameters to use for the connection.
public UpdateConnectionRequest withAuthParameters(UpdateConnectionAuthRequestParameters authParameters)
The authorization parameters to use for the connection.
authParameters
- The authorization parameters to use for the connection.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()