Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.sns.model
Class ListPlatformApplicationsResult

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

public class ListPlatformApplicationsResult
extends Object
implements Serializable

Response for ListPlatformApplications action.

See Also:
Serialized Form

Constructor Summary
ListPlatformApplicationsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getNextToken()
          NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
 List<PlatformApplication> getPlatformApplications()
          Platform applications returned when calling ListPlatformApplications action.
 int hashCode()
           
 void setNextToken(String nextToken)
          NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
 void setPlatformApplications(Collection<PlatformApplication> platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListPlatformApplicationsResult withNextToken(String nextToken)
          NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
 ListPlatformApplicationsResult withPlatformApplications(Collection<PlatformApplication> platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 ListPlatformApplicationsResult withPlatformApplications(PlatformApplication... platformApplications)
          Platform applications returned when calling ListPlatformApplications action.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListPlatformApplicationsResult

public ListPlatformApplicationsResult()
Method Detail

getPlatformApplications

public List<PlatformApplication> getPlatformApplications()
Platform applications returned when calling ListPlatformApplications action.

Returns:
Platform applications returned when calling ListPlatformApplications action.

setPlatformApplications

public void setPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.

Parameters:
platformApplications - Platform applications returned when calling ListPlatformApplications action.

withPlatformApplications

public ListPlatformApplicationsResult withPlatformApplications(PlatformApplication... platformApplications)
Platform applications returned when calling ListPlatformApplications action.

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

Parameters:
platformApplications - Platform applications returned when calling ListPlatformApplications action.
Returns:
A reference to this updated object so that method calls can be chained together.

withPlatformApplications

public ListPlatformApplicationsResult withPlatformApplications(Collection<PlatformApplication> platformApplications)
Platform applications returned when calling ListPlatformApplications action.

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

Parameters:
platformApplications - Platform applications returned when calling ListPlatformApplications 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 ListPlatformApplications action if additional records are available after the first page results.

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

setNextToken

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

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

withNextToken

public ListPlatformApplicationsResult withNextToken(String nextToken)
NextToken string is returned when calling ListPlatformApplications 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 ListPlatformApplications 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.