@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputSwitchScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputSwitchScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
InputSwitchScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
String |
getInputAttachmentNameReference()
The name of the input attachment that should be switched to by this action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment that should be switched to by this action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputSwitchScheduleActionSettings |
withInputAttachmentNameReference(String inputAttachmentNameReference)
The name of the input attachment that should be switched to by this action.
|
public void setInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference
- The name of the input attachment that should be switched to by this action.public String getInputAttachmentNameReference()
public InputSwitchScheduleActionSettings withInputAttachmentNameReference(String inputAttachmentNameReference)
inputAttachmentNameReference
- The name of the input attachment that should be switched to by this action.public String toString()
toString
in class Object
Object.toString()
public InputSwitchScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.