Lines Matching defs:DescribeExperimentOutput

40595 type DescribeExperimentOutput struct {  struct
40596 _ struct{} `type:"structure"`
40599 CreatedBy *UserContext `type:"structure"`
40602 CreationTime *time.Time `type:"timestamp"`
40605 Description *string `type:"string"`
40609 DisplayName *string `min:"1" type:"string"`
40612 ExperimentArn *string `type:"string"`
40615 ExperimentName *string `min:"1" type:"string"`
40618 LastModifiedBy *UserContext `type:"structure"`
40621 LastModifiedTime *time.Time `type:"timestamp"`
40624 Source *ExperimentSource `type:"structure"`
40628 func (s DescribeExperimentOutput) String() string {
40633 func (s DescribeExperimentOutput) GoString() string {
40638 func (s *DescribeExperimentOutput) SetCreatedBy(v *UserContext) *DescribeExperimentOutput {
40644 func (s *DescribeExperimentOutput) SetCreationTime(v time.Time) *DescribeExperimentOutput {
40650 func (s *DescribeExperimentOutput) SetDescription(v string) *DescribeExperimentOutput {
40656 func (s *DescribeExperimentOutput) SetDisplayName(v string) *DescribeExperimentOutput {
40662 func (s *DescribeExperimentOutput) SetExperimentArn(v string) *DescribeExperimentOutput {
40668 func (s *DescribeExperimentOutput) SetExperimentName(v string) *DescribeExperimentOutput {
40674 func (s *DescribeExperimentOutput) SetLastModifiedBy(v *UserContext) *DescribeExperimentOutput {
40680 func (s *DescribeExperimentOutput) SetLastModifiedTime(v time.Time) *DescribeExperimentOutput {
40686 func (s *DescribeExperimentOutput) SetSource(v *ExperimentSource) *DescribeExperimentOutput {