@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEndpointAccessRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEndpointAccessRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The cluster identifier associated with the described endpoint.
|
String |
getEndpointName()
The name of the endpoint to be described.
|
String |
getMarker()
Reserved for Amazon Redshift internal use.
|
Integer |
getMaxRecords()
Reserved for Amazon Redshift internal use.
|
String |
getResourceOwner()
The AWS account ID of the owner of the cluster.
|
String |
getVpcId()
The virtual private cloud (VPC) identifier with access to the cluster.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
|
void |
setEndpointName(String endpointName)
The name of the endpoint to be described.
|
void |
setMarker(String marker)
Reserved for Amazon Redshift internal use.
|
void |
setMaxRecords(Integer maxRecords)
Reserved for Amazon Redshift internal use.
|
void |
setResourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
|
void |
setVpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointAccessRequest |
withClusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
|
DescribeEndpointAccessRequest |
withEndpointName(String endpointName)
The name of the endpoint to be described.
|
DescribeEndpointAccessRequest |
withMarker(String marker)
Reserved for Amazon Redshift internal use.
|
DescribeEndpointAccessRequest |
withMaxRecords(Integer maxRecords)
Reserved for Amazon Redshift internal use.
|
DescribeEndpointAccessRequest |
withResourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
|
DescribeEndpointAccessRequest |
withVpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
|
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 setClusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
clusterIdentifier
- The cluster identifier associated with the described endpoint.public String getClusterIdentifier()
The cluster identifier associated with the described endpoint.
public DescribeEndpointAccessRequest withClusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
clusterIdentifier
- The cluster identifier associated with the described endpoint.public void setResourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
resourceOwner
- The AWS account ID of the owner of the cluster.public String getResourceOwner()
The AWS account ID of the owner of the cluster.
public DescribeEndpointAccessRequest withResourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
resourceOwner
- The AWS account ID of the owner of the cluster.public void setEndpointName(String endpointName)
The name of the endpoint to be described.
endpointName
- The name of the endpoint to be described.public String getEndpointName()
The name of the endpoint to be described.
public DescribeEndpointAccessRequest withEndpointName(String endpointName)
The name of the endpoint to be described.
endpointName
- The name of the endpoint to be described.public void setVpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
vpcId
- The virtual private cloud (VPC) identifier with access to the cluster.public String getVpcId()
The virtual private cloud (VPC) identifier with access to the cluster.
public DescribeEndpointAccessRequest withVpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
vpcId
- The virtual private cloud (VPC) identifier with access to the cluster.public void setMaxRecords(Integer maxRecords)
Reserved for Amazon Redshift internal use.
maxRecords
- Reserved for Amazon Redshift internal use.public Integer getMaxRecords()
Reserved for Amazon Redshift internal use.
public DescribeEndpointAccessRequest withMaxRecords(Integer maxRecords)
Reserved for Amazon Redshift internal use.
maxRecords
- Reserved for Amazon Redshift internal use.public void setMarker(String marker)
Reserved for Amazon Redshift internal use.
marker
- Reserved for Amazon Redshift internal use.public String getMarker()
Reserved for Amazon Redshift internal use.
public DescribeEndpointAccessRequest withMarker(String marker)
Reserved for Amazon Redshift internal use.
marker
- Reserved for Amazon Redshift internal use.public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()