Lines Matching defs:ChangeServerLifeCycleStateOutput

2631 type ChangeServerLifeCycleStateOutput struct {  struct
2632 _ struct{} `type:"structure"`
2635 Arn *string `locationName:"arn" min:"20" type:"string"`
2638 DataReplicationInfo *DataReplicationInfo `locationName:"dataReplicationInfo" type:"structure"`
2641 IsArchived *bool `locationName:"isArchived" type:"boolean"`
2644 LaunchedInstance *LaunchedInstance `locationName:"launchedInstance" type:"structure"`
2647 LifeCycle *LifeCycle `locationName:"lifeCycle" type:"structure"`
2650 SourceProperties *SourceProperties `locationName:"sourceProperties" type:"structure"`
2653 SourceServerID *string `locationName:"sourceServerID" min:"19" type:"string"`
2660 Tags map[string]*string `locationName:"tags" type:"map" sensitive:"true"`
2668 func (s ChangeServerLifeCycleStateOutput) String() string {
2677 func (s ChangeServerLifeCycleStateOutput) GoString() string {
2682 func (s *ChangeServerLifeCycleStateOutput) SetArn(v string) *ChangeServerLifeCycleStateOutput {
2688 …ycleStateOutput) SetDataReplicationInfo(v *DataReplicationInfo) *ChangeServerLifeCycleStateOutput {
2694 func (s *ChangeServerLifeCycleStateOutput) SetIsArchived(v bool) *ChangeServerLifeCycleStateOutput {
2700 …rLifeCycleStateOutput) SetLaunchedInstance(v *LaunchedInstance) *ChangeServerLifeCycleStateOutput {
2706 …s *ChangeServerLifeCycleStateOutput) SetLifeCycle(v *LifeCycle) *ChangeServerLifeCycleStateOutput {
2712 …rLifeCycleStateOutput) SetSourceProperties(v *SourceProperties) *ChangeServerLifeCycleStateOutput {
2718 … *ChangeServerLifeCycleStateOutput) SetSourceServerID(v string) *ChangeServerLifeCycleStateOutput {
2724 …ChangeServerLifeCycleStateOutput) SetTags(v map[string]*string) *ChangeServerLifeCycleStateOutput {