@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcEndpointConnectionNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVpcEndpointConnectionNotificationsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVpcEndpointConnectionNotificationsResult()
public List<ConnectionNotification> getConnectionNotificationSet()
The notifications.
public void setConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
connectionNotificationSet
- The notifications.public DescribeVpcEndpointConnectionNotificationsResult withConnectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The 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
- The notifications.public DescribeVpcEndpointConnectionNotificationsResult withConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
connectionNotificationSet
- The 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()