@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipMediaApplicationAlexaSkillConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SipMediaApplicationAlexaSkillConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SipMediaApplicationAlexaSkillConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAlexaSkillIds() |
String |
getAlexaSkillStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAlexaSkillIds(Collection<String> alexaSkillIds) |
void |
setAlexaSkillStatus(String alexaSkillStatus) |
String |
toString()
Returns a string representation of this object.
|
SipMediaApplicationAlexaSkillConfiguration |
withAlexaSkillIds(Collection<String> alexaSkillIds) |
SipMediaApplicationAlexaSkillConfiguration |
withAlexaSkillIds(String... alexaSkillIds)
NOTE: This method appends the values to the existing list (if any).
|
SipMediaApplicationAlexaSkillConfiguration |
withAlexaSkillStatus(AlexaSkillStatus alexaSkillStatus) |
SipMediaApplicationAlexaSkillConfiguration |
withAlexaSkillStatus(String alexaSkillStatus) |
public SipMediaApplicationAlexaSkillConfiguration()
public void setAlexaSkillStatus(String alexaSkillStatus)
alexaSkillStatus - AlexaSkillStatuspublic String getAlexaSkillStatus()
AlexaSkillStatuspublic SipMediaApplicationAlexaSkillConfiguration withAlexaSkillStatus(String alexaSkillStatus)
alexaSkillStatus - AlexaSkillStatuspublic SipMediaApplicationAlexaSkillConfiguration withAlexaSkillStatus(AlexaSkillStatus alexaSkillStatus)
alexaSkillStatus - AlexaSkillStatuspublic void setAlexaSkillIds(Collection<String> alexaSkillIds)
alexaSkillIds - public SipMediaApplicationAlexaSkillConfiguration withAlexaSkillIds(String... alexaSkillIds)
NOTE: This method appends the values to the existing list (if any). Use
setAlexaSkillIds(java.util.Collection) or withAlexaSkillIds(java.util.Collection) if you want
to override the existing values.
alexaSkillIds - public SipMediaApplicationAlexaSkillConfiguration withAlexaSkillIds(Collection<String> alexaSkillIds)
alexaSkillIds - public String toString()
toString in class ObjectObject.toString()public SipMediaApplicationAlexaSkillConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.