@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledActionAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Contains names of objects associated with a scheduled action.
| Constructor and Description |
|---|
ScheduledActionAssociation() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledActionAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getNamespaceName()
Name of associated Amazon Redshift Serverless namespace.
|
String |
getScheduledActionName()
Name of associated scheduled action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNamespaceName(String namespaceName)
Name of associated Amazon Redshift Serverless namespace.
|
void |
setScheduledActionName(String scheduledActionName)
Name of associated scheduled action.
|
String |
toString()
Returns a string representation of this object.
|
ScheduledActionAssociation |
withNamespaceName(String namespaceName)
Name of associated Amazon Redshift Serverless namespace.
|
ScheduledActionAssociation |
withScheduledActionName(String scheduledActionName)
Name of associated scheduled action.
|
public void setNamespaceName(String namespaceName)
Name of associated Amazon Redshift Serverless namespace.
namespaceName - Name of associated Amazon Redshift Serverless namespace.public String getNamespaceName()
Name of associated Amazon Redshift Serverless namespace.
public ScheduledActionAssociation withNamespaceName(String namespaceName)
Name of associated Amazon Redshift Serverless namespace.
namespaceName - Name of associated Amazon Redshift Serverless namespace.public void setScheduledActionName(String scheduledActionName)
Name of associated scheduled action.
scheduledActionName - Name of associated scheduled action.public String getScheduledActionName()
Name of associated scheduled action.
public ScheduledActionAssociation withScheduledActionName(String scheduledActionName)
Name of associated scheduled action.
scheduledActionName - Name of associated scheduled action.public String toString()
toString in class ObjectObject.toString()public ScheduledActionAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.