AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::SWF::Model::StartTimerDecisionAttributes Class Reference

#include <StartTimerDecisionAttributes.h>

Public Member Functions

 StartTimerDecisionAttributes ()
 
 StartTimerDecisionAttributes (const Aws::Utils::Json::JsonValue &jsonValue)
 
StartTimerDecisionAttributesoperator= (const Aws::Utils::Json::JsonValue &jsonValue)
 
Aws::Utils::Json::JsonValue Jsonize () const
 
const Aws::StringGetTimerId () const
 
void SetTimerId (const Aws::String &value)
 
void SetTimerId (Aws::String &&value)
 
void SetTimerId (const char *value)
 
StartTimerDecisionAttributesWithTimerId (const Aws::String &value)
 
StartTimerDecisionAttributesWithTimerId (Aws::String &&value)
 
StartTimerDecisionAttributesWithTimerId (const char *value)
 
const Aws::StringGetControl () const
 
void SetControl (const Aws::String &value)
 
void SetControl (Aws::String &&value)
 
void SetControl (const char *value)
 
StartTimerDecisionAttributesWithControl (const Aws::String &value)
 
StartTimerDecisionAttributesWithControl (Aws::String &&value)
 
StartTimerDecisionAttributesWithControl (const char *value)
 
const Aws::StringGetStartToFireTimeout () const
 
void SetStartToFireTimeout (const Aws::String &value)
 
void SetStartToFireTimeout (Aws::String &&value)
 
void SetStartToFireTimeout (const char *value)
 
StartTimerDecisionAttributesWithStartToFireTimeout (const Aws::String &value)
 
StartTimerDecisionAttributesWithStartToFireTimeout (Aws::String &&value)
 
StartTimerDecisionAttributesWithStartToFireTimeout (const char *value)
 

Detailed Description

Provides details of the StartTimer decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Definition at line 48 of file StartTimerDecisionAttributes.h.

Constructor & Destructor Documentation

Aws::SWF::Model::StartTimerDecisionAttributes::StartTimerDecisionAttributes ( )
Aws::SWF::Model::StartTimerDecisionAttributes::StartTimerDecisionAttributes ( const Aws::Utils::Json::JsonValue jsonValue)

Member Function Documentation

const Aws::String& Aws::SWF::Model::StartTimerDecisionAttributes::GetControl ( ) const
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 123 of file StartTimerDecisionAttributes.h.

const Aws::String& Aws::SWF::Model::StartTimerDecisionAttributes::GetStartToFireTimeout ( ) const
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 165 of file StartTimerDecisionAttributes.h.

const Aws::String& Aws::SWF::Model::StartTimerDecisionAttributes::GetTimerId ( ) const
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 63 of file StartTimerDecisionAttributes.h.

Aws::Utils::Json::JsonValue Aws::SWF::Model::StartTimerDecisionAttributes::Jsonize ( ) const
StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::operator= ( const Aws::Utils::Json::JsonValue jsonValue)
void Aws::SWF::Model::StartTimerDecisionAttributes::SetControl ( const Aws::String value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 129 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetControl ( Aws::String &&  value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 135 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetControl ( const char *  value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 141 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetStartToFireTimeout ( const Aws::String value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 171 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetStartToFireTimeout ( Aws::String &&  value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 177 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetStartToFireTimeout ( const char *  value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 183 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetTimerId ( const Aws::String value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 72 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetTimerId ( Aws::String &&  value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 81 of file StartTimerDecisionAttributes.h.

void Aws::SWF::Model::StartTimerDecisionAttributes::SetTimerId ( const char *  value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 90 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithControl ( const Aws::String value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 147 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithControl ( Aws::String &&  value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 153 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithControl ( const char *  value)
inline

Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.

Definition at line 159 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithStartToFireTimeout ( const Aws::String value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 189 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithStartToFireTimeout ( Aws::String &&  value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 195 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithStartToFireTimeout ( const char *  value)
inline

Required. The duration to wait before firing the timer.

The duration is specified in seconds; an integer greater than or equal to 0.

Definition at line 201 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithTimerId ( const Aws::String value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 99 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithTimerId ( Aws::String &&  value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 108 of file StartTimerDecisionAttributes.h.

StartTimerDecisionAttributes& Aws::SWF::Model::StartTimerDecisionAttributes::WithTimerId ( const char *  value)
inline

Required. The unique ID of the timer.

The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (- | - ). Also, it must not contain the literal string quotarnquot.

Definition at line 117 of file StartTimerDecisionAttributes.h.


The documentation for this class was generated from the following file: