@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointAuthorizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeEndpointAuthorizationResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAuthorizationResult |
clone() |
boolean |
equals(Object obj) |
List<EndpointAuthorization> |
getEndpointAuthorizationList()
The authorizations to an endpoint.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeEndpointAuthorization request. |
int |
hashCode() |
void |
setEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAuthorization request. |
String |
toString()
Returns a string representation of this object.
|
DescribeEndpointAuthorizationResult |
withEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResult |
withEndpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAuthorization request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EndpointAuthorization> getEndpointAuthorizationList()
The authorizations to an endpoint.
public void setEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
endpointAuthorizationList - The authorizations to an endpoint.public DescribeEndpointAuthorizationResult withEndpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointAuthorizationList(java.util.Collection) or
withEndpointAuthorizationList(java.util.Collection) if you want to override the existing values.
endpointAuthorizationList - The authorizations to an endpoint.public DescribeEndpointAuthorizationResult withEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
endpointAuthorizationList - The authorizations to an endpoint.public void setMarker(String marker)
An optional pagination token provided by a previous DescribeEndpointAuthorization 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 DescribeEndpointAuthorization 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 DescribeEndpointAuthorization request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by the
MaxRecords parameter.
DescribeEndpointAuthorization request.
If this parameter is specified, the response includes only records beyond the marker, up to the value
specified by the MaxRecords parameter.public DescribeEndpointAuthorizationResult withMarker(String marker)
An optional pagination token provided by a previous DescribeEndpointAuthorization 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 DescribeEndpointAuthorization 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 ObjectObject.toString()public DescribeEndpointAuthorizationResult clone()