@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEndpointAccessResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEndpointAccessResult |
clone() |
boolean |
equals(Object obj) |
List<EndpointAccess> |
getEndpointAccessList()
The list of endpoints with access to the cluster.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
int |
hashCode() |
void |
setEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointAccessResult |
withEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResult |
withEndpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EndpointAccess> getEndpointAccessList()
The list of endpoints with access to the cluster.
public void setEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
endpointAccessList
- The list of endpoints with access to the cluster.public DescribeEndpointAccessResult withEndpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointAccessList(java.util.Collection)
or withEndpointAccessList(java.util.Collection)
if
you want to override the existing values.
endpointAccessList
- The list of endpoints with access to the cluster.public DescribeEndpointAccessResult withEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
endpointAccessList
- The list of endpoints with access to the cluster.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 DescribeEndpointAccessResult 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 DescribeEndpointAccessResult clone()