@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()
Reserved for Amazon Redshift internal use.
|
int |
hashCode() |
void |
setEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
void |
setMarker(String marker)
Reserved for Amazon Redshift internal use.
|
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)
Reserved for Amazon Redshift internal use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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)
Reserved for Amazon Redshift internal use.
marker - Reserved for Amazon Redshift internal use.public String getMarker()
Reserved for Amazon Redshift internal use.
public DescribeEndpointAccessResult withMarker(String marker)
Reserved for Amazon Redshift internal use.
marker - Reserved for Amazon Redshift internal use.public String toString()
toString in class ObjectObject.toString()public DescribeEndpointAccessResult clone()
Copyright © 2021. All rights reserved.