@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSipMediaApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSipMediaApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListSipMediaApplicationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<SipMediaApplication> |
getSipMediaApplications()
List of SIP media applications and application details.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setSipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
|
String |
toString()
Returns a string representation of this object.
|
ListSipMediaApplicationsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListSipMediaApplicationsResult |
withSipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
|
ListSipMediaApplicationsResult |
withSipMediaApplications(SipMediaApplication... sipMediaApplications)
List of SIP media applications and application details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SipMediaApplication> getSipMediaApplications()
List of SIP media applications and application details.
public void setSipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
sipMediaApplications
- List of SIP media applications and application details.public ListSipMediaApplicationsResult withSipMediaApplications(SipMediaApplication... sipMediaApplications)
List of SIP media applications and application details.
NOTE: This method appends the values to the existing list (if any). Use
setSipMediaApplications(java.util.Collection)
or withSipMediaApplications(java.util.Collection)
if you want to override the existing values.
sipMediaApplications
- List of SIP media applications and application details.public ListSipMediaApplicationsResult withSipMediaApplications(Collection<SipMediaApplication> sipMediaApplications)
List of SIP media applications and application details.
sipMediaApplications
- List of SIP media applications and application details.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String getNextToken()
The token to use to retrieve the next page of results.
public ListSipMediaApplicationsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListSipMediaApplicationsResult clone()