Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.sns.model
Class ListEndpointsByPlatformApplicationResult

java.lang.Object
  extended by com.amazonaws.services.sns.model.ListEndpointsByPlatformApplicationResult
All Implemented Interfaces:
Serializable

public class ListEndpointsByPlatformApplicationResult
extends Object
implements Serializable

Response for ListEndpointsByPlatformApplication action.

See Also:
Serialized Form

Constructor Summary
ListEndpointsByPlatformApplicationResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Endpoint> getEndpoints()
          Endpoints returned for ListEndpointsByPlatformApplication action.
 String getNextToken()
          NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
 int hashCode()
           
 void setEndpoints(Collection<Endpoint> endpoints)
          Endpoints returned for ListEndpointsByPlatformApplication action.
 void setNextToken(String nextToken)
          NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListEndpointsByPlatformApplicationResult withEndpoints(Collection<Endpoint> endpoints)
          Endpoints returned for ListEndpointsByPlatformApplication action.
 ListEndpointsByPlatformApplicationResult withEndpoints(Endpoint... endpoints)
          Endpoints returned for ListEndpointsByPlatformApplication action.
 ListEndpointsByPlatformApplicationResult withNextToken(String nextToken)
          NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListEndpointsByPlatformApplicationResult

public ListEndpointsByPlatformApplicationResult()
Method Detail

getEndpoints

public List<Endpoint> getEndpoints()
Endpoints returned for ListEndpointsByPlatformApplication action.

Returns:
Endpoints returned for ListEndpointsByPlatformApplication action.

setEndpoints

public void setEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.

Parameters:
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.

withEndpoints

public ListEndpointsByPlatformApplicationResult withEndpoints(Endpoint... endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.

Returns a reference to this object so that method calls can be chained together.

Parameters:
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
Returns:
A reference to this updated object so that method calls can be chained together.

withEndpoints

public ListEndpointsByPlatformApplicationResult withEndpoints(Collection<Endpoint> endpoints)
Endpoints returned for ListEndpointsByPlatformApplication action.

Returns a reference to this object so that method calls can be chained together.

Parameters:
endpoints - Endpoints returned for ListEndpointsByPlatformApplication action.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

Returns:
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

setNextToken

public void setNextToken(String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

Parameters:
nextToken - NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

withNextToken

public ListEndpointsByPlatformApplicationResult withNextToken(String nextToken)
NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
nextToken - NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.