@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()
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
String |
getResourceOwner()
The Amazon Web Services 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)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setResourceOwner(String resourceOwner)
The Amazon Web Services 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)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
DescribeEndpointAccessRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeEndpointAccessRequest |
withResourceOwner(String resourceOwner)
The Amazon Web Services 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 Amazon Web Services account ID of the owner of the cluster.
resourceOwner
- The Amazon Web Services account ID of the owner of the cluster.public String getResourceOwner()
The Amazon Web Services account ID of the owner of the cluster.
public DescribeEndpointAccessRequest withResourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster.
resourceOwner
- The Amazon Web Services 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)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a Marker
is included in the response so
that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a Marker
is included in the response
so that the remaining results can be retrieved.public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a Marker
is included in the response so
that the remaining results can be retrieved.
MaxRecords
value, a pagination token called a Marker
is included in the
response so that the remaining results can be retrieved.public DescribeEndpointAccessRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a Marker
is included in the response so
that the remaining results can be retrieved.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a Marker
is included in the response
so that the remaining results can be retrieved.public void setMarker(String marker)
An optional pagination token provided by a previous DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
marker
- An optional pagination token provided by a previous DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter.public String getMarker()
An optional pagination token provided by a previous DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified
by the MaxRecords
parameter.public DescribeEndpointAccessRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
marker
- An optional pagination token provided by a previous DescribeEndpointAccess
request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter.public String toString()
toString
in class Object
Object.toString()
public DescribeEndpointAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()