@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipMediaApplication extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SipMediaApplication() |
public void setSipMediaApplicationId(String sipMediaApplicationId)
sipMediaApplicationId - public String getSipMediaApplicationId()
public SipMediaApplication withSipMediaApplicationId(String sipMediaApplicationId)
sipMediaApplicationId - public void setAwsRegion(String awsRegion)
awsRegion - public String getAwsRegion()
public SipMediaApplication withAwsRegion(String awsRegion)
awsRegion - public void setName(String name)
name - public String getName()
public SipMediaApplication withName(String name)
name - public List<SipMediaApplicationEndpoint> getEndpoints()
public void setEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
endpoints - public SipMediaApplication withEndpoints(SipMediaApplicationEndpoint... endpoints)
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection) or withEndpoints(java.util.Collection) if you want to
override the existing values.
endpoints - public SipMediaApplication withEndpoints(Collection<SipMediaApplicationEndpoint> endpoints)
endpoints - public void setCreatedTimestamp(Date createdTimestamp)
createdTimestamp - public Date getCreatedTimestamp()
public SipMediaApplication withCreatedTimestamp(Date createdTimestamp)
createdTimestamp - public void setUpdatedTimestamp(Date updatedTimestamp)
updatedTimestamp - public Date getUpdatedTimestamp()
public SipMediaApplication withUpdatedTimestamp(Date updatedTimestamp)
updatedTimestamp - public String toString()
toString in class ObjectObject.toString()public SipMediaApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.