@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetConnectionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog in which the connections reside.
|
GetConnectionsFilter |
getFilter()
A filter that controls which connections will be returned.
|
Boolean |
getHidePassword()
Allow you to retrieve the connection metadata without displaying the password.
|
Integer |
getMaxResults()
The maximum number of connections to return in one response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
Boolean |
isHidePassword()
Allow you to retrieve the connection metadata without displaying the password.
|
void |
setCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
void |
setFilter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
|
void |
setHidePassword(Boolean hidePassword)
Allow you to retrieve the connection metadata without displaying the password.
|
void |
setMaxResults(Integer maxResults)
The maximum number of connections to return in one response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object.
|
GetConnectionsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
GetConnectionsRequest |
withFilter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
|
GetConnectionsRequest |
withHidePassword(Boolean hidePassword)
Allow you to retrieve the connection metadata without displaying the password.
|
GetConnectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of connections to return in one response.
|
GetConnectionsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
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, withSdkRequestTimeoutpublic void setCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is
used by default.public String getCatalogId()
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
public GetConnectionsRequest withCatalogId(String catalogId)
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is
used by default.public void setFilter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
filter - A filter that controls which connections will be returned.public GetConnectionsFilter getFilter()
A filter that controls which connections will be returned.
public GetConnectionsRequest withFilter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
filter - A filter that controls which connections will be returned.public void setHidePassword(Boolean hidePassword)
Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue console uses this flag to retrieve connections, since the console does not display passwords. Set this parameter where the caller may not have permission to use the KMS key to decrypt the password, but does have permission to access the rest of the connection metadata (that is, the other connection properties).
hidePassword - Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue
console uses this flag to retrieve connections, since the console does not display passwords. Set this
parameter where the caller may not have permission to use the KMS key to decrypt the password, but does
have permission to access the rest of the connection metadata (that is, the other connection properties).public Boolean getHidePassword()
Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue console uses this flag to retrieve connections, since the console does not display passwords. Set this parameter where the caller may not have permission to use the KMS key to decrypt the password, but does have permission to access the rest of the connection metadata (that is, the other connection properties).
public GetConnectionsRequest withHidePassword(Boolean hidePassword)
Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue console uses this flag to retrieve connections, since the console does not display passwords. Set this parameter where the caller may not have permission to use the KMS key to decrypt the password, but does have permission to access the rest of the connection metadata (that is, the other connection properties).
hidePassword - Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue
console uses this flag to retrieve connections, since the console does not display passwords. Set this
parameter where the caller may not have permission to use the KMS key to decrypt the password, but does
have permission to access the rest of the connection metadata (that is, the other connection properties).public Boolean isHidePassword()
Allow you to retrieve the connection metadata without displaying the password. For instance, the AWS Glue console uses this flag to retrieve connections, since the console does not display passwords. Set this parameter where the caller may not have permission to use the KMS key to decrypt the password, but does have permission to access the rest of the connection metadata (that is, the other connection properties).
public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetConnectionsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum number of connections to return in one response.
maxResults - The maximum number of connections to return in one response.public Integer getMaxResults()
The maximum number of connections to return in one response.
public GetConnectionsRequest withMaxResults(Integer maxResults)
The maximum number of connections to return in one response.
maxResults - The maximum number of connections to return in one response.public String toString()
toString in class ObjectObject.toString()public GetConnectionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.