@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointConnectionNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointConnectionNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointConnectionNotificationsResult |
clone() |
boolean |
equals(Object obj) |
List<ConnectionNotification> |
getConnectionNotificationSet()
One or more notifications.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
One or more notifications.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVpcEndpointConnectionNotificationsResult |
withConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
One or more notifications.
|
DescribeVpcEndpointConnectionNotificationsResult |
withConnectionNotificationSet(ConnectionNotification... connectionNotificationSet)
One or more notifications.
|
DescribeVpcEndpointConnectionNotificationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcEndpointConnectionNotificationsResult()
public List<ConnectionNotification> getConnectionNotificationSet()
One or more notifications.
public void setConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
One or more notifications.
connectionNotificationSet
- One or more notifications.public DescribeVpcEndpointConnectionNotificationsResult withConnectionNotificationSet(ConnectionNotification... connectionNotificationSet)
One or more notifications.
NOTE: This method appends the values to the existing list (if any). Use
setConnectionNotificationSet(java.util.Collection)
or
withConnectionNotificationSet(java.util.Collection)
if you want to override the existing values.
connectionNotificationSet
- One or more notifications.public DescribeVpcEndpointConnectionNotificationsResult withConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
One or more notifications.
connectionNotificationSet
- One or more notifications.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeVpcEndpointConnectionNotificationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeVpcEndpointConnectionNotificationsResult clone()