Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class RecentCaseCommunications

java.lang.Object
  extended by com.amazonaws.services.support.model.RecentCaseCommunications
All Implemented Interfaces:
Serializable

public class RecentCaseCommunications
extends Object
implements Serializable

List of Commmunication objects.

See Also:
Serialized Form

Constructor Summary
RecentCaseCommunications()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Communication> getCommunications()
          List of Commmunication objects.
 String getNextToken()
          Defines a resumption point for pagination.
 int hashCode()
           
 void setCommunications(Collection<Communication> communications)
          List of Commmunication objects.
 void setNextToken(String nextToken)
          Defines a resumption point for pagination.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RecentCaseCommunications withCommunications(Collection<Communication> communications)
          List of Commmunication objects.
 RecentCaseCommunications withCommunications(Communication... communications)
          List of Commmunication objects.
 RecentCaseCommunications withNextToken(String nextToken)
          Defines a resumption point for pagination.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecentCaseCommunications

public RecentCaseCommunications()
Method Detail

getCommunications

public List<Communication> getCommunications()
List of Commmunication objects.

Returns:
List of Commmunication objects.

setCommunications

public void setCommunications(Collection<Communication> communications)
List of Commmunication objects.

Parameters:
communications - List of Commmunication objects.

withCommunications

public RecentCaseCommunications withCommunications(Communication... communications)
List of Commmunication objects.

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

Parameters:
communications - List of Commmunication objects.
Returns:
A reference to this updated object so that method calls can be chained together.

withCommunications

public RecentCaseCommunications withCommunications(Collection<Communication> communications)
List of Commmunication objects.

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

Parameters:
communications - List of Commmunication objects.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextToken

public String getNextToken()
Defines a resumption point for pagination.

Returns:
Defines a resumption point for pagination.

setNextToken

public void setNextToken(String nextToken)
Defines a resumption point for pagination.

Parameters:
nextToken - Defines a resumption point for pagination.

withNextToken

public RecentCaseCommunications withNextToken(String nextToken)
Defines a resumption point for pagination.

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

Parameters:
nextToken - Defines a resumption point for pagination.
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.