Lines Matching defs:GetCustomDataIdentifierOutput

11537 type GetCustomDataIdentifierOutput struct {  struct
11538 _ struct{} `type:"structure"`
11540 Arn *string `locationName:"arn" type:"string"`
11542 CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"iso8601"`
11544 Deleted *bool `locationName:"deleted" type:"boolean"`
11546 Description *string `locationName:"description" type:"string"`
11548 Id *string `locationName:"id" type:"string"`
11550 IgnoreWords []*string `locationName:"ignoreWords" type:"list"`
11552 Keywords []*string `locationName:"keywords" type:"list"`
11554 MaximumMatchDistance *int64 `locationName:"maximumMatchDistance" type:"integer"`
11556 Name *string `locationName:"name" type:"string"`
11558 Regex *string `locationName:"regex" type:"string"`
11563 Tags map[string]*string `locationName:"tags" type:"map"`
11571 func (s GetCustomDataIdentifierOutput) String() string {
11580 func (s GetCustomDataIdentifierOutput) GoString() string {
11585 func (s *GetCustomDataIdentifierOutput) SetArn(v string) *GetCustomDataIdentifierOutput {
11591 func (s *GetCustomDataIdentifierOutput) SetCreatedAt(v time.Time) *GetCustomDataIdentifierOutput {
11597 func (s *GetCustomDataIdentifierOutput) SetDeleted(v bool) *GetCustomDataIdentifierOutput {
11603 func (s *GetCustomDataIdentifierOutput) SetDescription(v string) *GetCustomDataIdentifierOutput {
11609 func (s *GetCustomDataIdentifierOutput) SetId(v string) *GetCustomDataIdentifierOutput {
11615 func (s *GetCustomDataIdentifierOutput) SetIgnoreWords(v []*string) *GetCustomDataIdentifierOutput {
11621 func (s *GetCustomDataIdentifierOutput) SetKeywords(v []*string) *GetCustomDataIdentifierOutput {
11627 …s *GetCustomDataIdentifierOutput) SetMaximumMatchDistance(v int64) *GetCustomDataIdentifierOutput {
11633 func (s *GetCustomDataIdentifierOutput) SetName(v string) *GetCustomDataIdentifierOutput {
11639 func (s *GetCustomDataIdentifierOutput) SetRegex(v string) *GetCustomDataIdentifierOutput {
11645 …c (s *GetCustomDataIdentifierOutput) SetTags(v map[string]*string) *GetCustomDataIdentifierOutput {