@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionName()
The name of the connection to be created.
|
String |
getProviderType()
The name of the external provider where your third-party code repository is configured.
|
int |
hashCode() |
void |
setConnectionName(String connectionName)
The name of the connection to be created.
|
void |
setProviderType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionRequest |
withConnectionName(String connectionName)
The name of the connection to be created.
|
CreateConnectionRequest |
withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
CreateConnectionRequest |
withProviderType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
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 setProviderType(String providerType)
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
providerType
- The name of the external provider where your third-party code repository is configured. Currently, the
valid provider type is Bitbucket.ProviderType
public String getProviderType()
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
ProviderType
public CreateConnectionRequest withProviderType(String providerType)
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
providerType
- The name of the external provider where your third-party code repository is configured. Currently, the
valid provider type is Bitbucket.ProviderType
public CreateConnectionRequest withProviderType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured. Currently, the valid provider type is Bitbucket.
providerType
- The name of the external provider where your third-party code repository is configured. Currently, the
valid provider type is Bitbucket.ProviderType
public void setConnectionName(String connectionName)
The name of the connection to be created. The name must be unique in the calling AWS account.
connectionName
- The name of the connection to be created. The name must be unique in the calling AWS account.public String getConnectionName()
The name of the connection to be created. The name must be unique in the calling AWS account.
public CreateConnectionRequest withConnectionName(String connectionName)
The name of the connection to be created. The name must be unique in the calling AWS account.
connectionName
- The name of the connection to be created. The name must be unique in the calling AWS account.public String toString()
toString
in class Object
Object.toString()
public CreateConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.