_id
stringlengths 2
7
| title
stringlengths 1
118
| partition
stringclasses 3
values | text
stringlengths 52
85.5k
| language
stringclasses 1
value | meta_information
dict |
|---|---|---|---|---|---|
q2200
|
SetActionOnTimeout
|
train
|
func (s *DeploymentReadyOption) SetActionOnTimeout(v string) *DeploymentReadyOption {
s.ActionOnTimeout = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2201
|
SetWaitTimeInMinutes
|
train
|
func (s *DeploymentReadyOption) SetWaitTimeInMinutes(v int64) *DeploymentReadyOption {
s.WaitTimeInMinutes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2202
|
SetDeploymentTargetType
|
train
|
func (s *DeploymentTarget) SetDeploymentTargetType(v string) *DeploymentTarget {
s.DeploymentTargetType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2203
|
SetEcsTarget
|
train
|
func (s *DeploymentTarget) SetEcsTarget(v *ECSTarget) *DeploymentTarget {
s.EcsTarget = v
return s
}
|
go
|
{
"resource": ""
}
|
q2204
|
SetInstanceTarget
|
train
|
func (s *DeploymentTarget) SetInstanceTarget(v *InstanceTarget) *DeploymentTarget {
s.InstanceTarget = v
return s
}
|
go
|
{
"resource": ""
}
|
q2205
|
SetLambdaTarget
|
train
|
func (s *DeploymentTarget) SetLambdaTarget(v *LambdaTarget) *DeploymentTarget {
s.LambdaTarget = v
return s
}
|
go
|
{
"resource": ""
}
|
q2206
|
SetLogTail
|
train
|
func (s *Diagnostics) SetLogTail(v string) *Diagnostics {
s.LogTail = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2207
|
SetScriptName
|
train
|
func (s *Diagnostics) SetScriptName(v string) *Diagnostics {
s.ScriptName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2208
|
SetEc2TagSetList
|
train
|
func (s *EC2TagSet) SetEc2TagSetList(v [][]*EC2TagFilter) *EC2TagSet {
s.Ec2TagSetList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2209
|
SetTaskSetsInfo
|
train
|
func (s *ECSTarget) SetTaskSetsInfo(v []*ECSTaskSet) *ECSTarget {
s.TaskSetsInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2210
|
SetIdentifer
|
train
|
func (s *ECSTaskSet) SetIdentifer(v string) *ECSTaskSet {
s.Identifer = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2211
|
SetTargetGroup
|
train
|
func (s *ECSTaskSet) SetTargetGroup(v *TargetGroupInfo) *ECSTaskSet {
s.TargetGroup = v
return s
}
|
go
|
{
"resource": ""
}
|
q2212
|
SetTaskSetLabel
|
train
|
func (s *ECSTaskSet) SetTaskSetLabel(v string) *ECSTaskSet {
s.TaskSetLabel = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2213
|
SetTrafficWeight
|
train
|
func (s *ECSTaskSet) SetTrafficWeight(v float64) *ECSTaskSet {
s.TrafficWeight = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2214
|
SetFirstUsedTime
|
train
|
func (s *GenericRevisionInfo) SetFirstUsedTime(v time.Time) *GenericRevisionInfo {
s.FirstUsedTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2215
|
SetLastUsedTime
|
train
|
func (s *GenericRevisionInfo) SetLastUsedTime(v time.Time) *GenericRevisionInfo {
s.LastUsedTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2216
|
SetRevisionInfo
|
train
|
func (s *GetApplicationRevisionOutput) SetRevisionInfo(v *GenericRevisionInfo) *GetApplicationRevisionOutput {
s.RevisionInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2217
|
SetDeploymentConfigInfo
|
train
|
func (s *GetDeploymentConfigOutput) SetDeploymentConfigInfo(v *DeploymentConfigInfo) *GetDeploymentConfigOutput {
s.DeploymentConfigInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2218
|
SetDeploymentGroupInfo
|
train
|
func (s *GetDeploymentGroupOutput) SetDeploymentGroupInfo(v *DeploymentGroupInfo) *GetDeploymentGroupOutput {
s.DeploymentGroupInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2219
|
SetInstanceSummary
|
train
|
func (s *GetDeploymentInstanceOutput) SetInstanceSummary(v *InstanceSummary) *GetDeploymentInstanceOutput {
s.InstanceSummary = v
return s
}
|
go
|
{
"resource": ""
}
|
q2220
|
SetDeploymentInfo
|
train
|
func (s *GetDeploymentOutput) SetDeploymentInfo(v *DeploymentInfo) *GetDeploymentOutput {
s.DeploymentInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2221
|
SetDeploymentTarget
|
train
|
func (s *GetDeploymentTargetOutput) SetDeploymentTarget(v *DeploymentTarget) *GetDeploymentTargetOutput {
s.DeploymentTarget = v
return s
}
|
go
|
{
"resource": ""
}
|
q2222
|
SetInstanceInfo
|
train
|
func (s *GetOnPremisesInstanceOutput) SetInstanceInfo(v *InstanceInfo) *GetOnPremisesInstanceOutput {
s.InstanceInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2223
|
SetDeregisterTime
|
train
|
func (s *InstanceInfo) SetDeregisterTime(v time.Time) *InstanceInfo {
s.DeregisterTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2224
|
SetInstanceLabel
|
train
|
func (s *InstanceTarget) SetInstanceLabel(v string) *InstanceTarget {
s.InstanceLabel = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2225
|
SetDiagnostics
|
train
|
func (s *LifecycleEvent) SetDiagnostics(v *Diagnostics) *LifecycleEvent {
s.Diagnostics = v
return s
}
|
go
|
{
"resource": ""
}
|
q2226
|
SetLifecycleEventName
|
train
|
func (s *LifecycleEvent) SetLifecycleEventName(v string) *LifecycleEvent {
s.LifecycleEventName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2227
|
SetDeploymentConfigsList
|
train
|
func (s *ListDeploymentConfigsOutput) SetDeploymentConfigsList(v []*string) *ListDeploymentConfigsOutput {
s.DeploymentConfigsList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2228
|
SetInstanceStatusFilter
|
train
|
func (s *ListDeploymentInstancesInput) SetInstanceStatusFilter(v []*string) *ListDeploymentInstancesInput {
s.InstanceStatusFilter = v
return s
}
|
go
|
{
"resource": ""
}
|
q2229
|
SetInstanceTypeFilter
|
train
|
func (s *ListDeploymentInstancesInput) SetInstanceTypeFilter(v []*string) *ListDeploymentInstancesInput {
s.InstanceTypeFilter = v
return s
}
|
go
|
{
"resource": ""
}
|
q2230
|
SetInstancesList
|
train
|
func (s *ListDeploymentInstancesOutput) SetInstancesList(v []*string) *ListDeploymentInstancesOutput {
s.InstancesList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2231
|
SetTargetFilters
|
train
|
func (s *ListDeploymentTargetsInput) SetTargetFilters(v map[string][]*string) *ListDeploymentTargetsInput {
s.TargetFilters = v
return s
}
|
go
|
{
"resource": ""
}
|
q2232
|
SetCreateTimeRange
|
train
|
func (s *ListDeploymentsInput) SetCreateTimeRange(v *TimeRange) *ListDeploymentsInput {
s.CreateTimeRange = v
return s
}
|
go
|
{
"resource": ""
}
|
q2233
|
SetIncludeOnlyStatuses
|
train
|
func (s *ListDeploymentsInput) SetIncludeOnlyStatuses(v []*string) *ListDeploymentsInput {
s.IncludeOnlyStatuses = v
return s
}
|
go
|
{
"resource": ""
}
|
q2234
|
SetTokenNameList
|
train
|
func (s *ListGitHubAccountTokenNamesOutput) SetTokenNameList(v []*string) *ListGitHubAccountTokenNamesOutput {
s.TokenNameList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2235
|
SetElbInfoList
|
train
|
func (s *LoadBalancerInfo) SetElbInfoList(v []*ELBInfo) *LoadBalancerInfo {
s.ElbInfoList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2236
|
SetTargetGroupInfoList
|
train
|
func (s *LoadBalancerInfo) SetTargetGroupInfoList(v []*TargetGroupInfo) *LoadBalancerInfo {
s.TargetGroupInfoList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2237
|
SetTargetGroupPairInfoList
|
train
|
func (s *LoadBalancerInfo) SetTargetGroupPairInfoList(v []*TargetGroupPairInfo) *LoadBalancerInfo {
s.TargetGroupPairInfoList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2238
|
SetOnPremisesTagSetList
|
train
|
func (s *OnPremisesTagSet) SetOnPremisesTagSetList(v [][]*TagFilter) *OnPremisesTagSet {
s.OnPremisesTagSetList = v
return s
}
|
go
|
{
"resource": ""
}
|
q2239
|
SetGenericRevisionInfo
|
train
|
func (s *RevisionInfo) SetGenericRevisionInfo(v *GenericRevisionInfo) *RevisionInfo {
s.GenericRevisionInfo = v
return s
}
|
go
|
{
"resource": ""
}
|
q2240
|
SetRevisionLocation
|
train
|
func (s *RevisionInfo) SetRevisionLocation(v *RevisionLocation) *RevisionInfo {
s.RevisionLocation = v
return s
}
|
go
|
{
"resource": ""
}
|
q2241
|
SetAppSpecContent
|
train
|
func (s *RevisionLocation) SetAppSpecContent(v *AppSpecContent) *RevisionLocation {
s.AppSpecContent = v
return s
}
|
go
|
{
"resource": ""
}
|
q2242
|
SetGitHubLocation
|
train
|
func (s *RevisionLocation) SetGitHubLocation(v *GitHubLocation) *RevisionLocation {
s.GitHubLocation = v
return s
}
|
go
|
{
"resource": ""
}
|
q2243
|
SetRevisionType
|
train
|
func (s *RevisionLocation) SetRevisionType(v string) *RevisionLocation {
s.RevisionType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2244
|
SetString_
|
train
|
func (s *RevisionLocation) SetString_(v *RawString) *RevisionLocation {
s.String_ = v
return s
}
|
go
|
{
"resource": ""
}
|
q2245
|
SetRollbackDeploymentId
|
train
|
func (s *RollbackInfo) SetRollbackDeploymentId(v string) *RollbackInfo {
s.RollbackDeploymentId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2246
|
SetRollbackMessage
|
train
|
func (s *RollbackInfo) SetRollbackMessage(v string) *RollbackInfo {
s.RollbackMessage = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2247
|
SetRollbackTriggeringDeploymentId
|
train
|
func (s *RollbackInfo) SetRollbackTriggeringDeploymentId(v string) *RollbackInfo {
s.RollbackTriggeringDeploymentId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2248
|
SetBundleType
|
train
|
func (s *S3Location) SetBundleType(v string) *S3Location {
s.BundleType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2249
|
SetAutoRollbackEnabled
|
train
|
func (s *StopDeploymentInput) SetAutoRollbackEnabled(v bool) *StopDeploymentInput {
s.AutoRollbackEnabled = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2250
|
SetProdTrafficRoute
|
train
|
func (s *TargetGroupPairInfo) SetProdTrafficRoute(v *TrafficRoute) *TargetGroupPairInfo {
s.ProdTrafficRoute = v
return s
}
|
go
|
{
"resource": ""
}
|
q2251
|
SetCanaryInterval
|
train
|
func (s *TimeBasedCanary) SetCanaryInterval(v int64) *TimeBasedCanary {
s.CanaryInterval = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2252
|
SetCanaryPercentage
|
train
|
func (s *TimeBasedCanary) SetCanaryPercentage(v int64) *TimeBasedCanary {
s.CanaryPercentage = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2253
|
SetLinearInterval
|
train
|
func (s *TimeBasedLinear) SetLinearInterval(v int64) *TimeBasedLinear {
s.LinearInterval = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2254
|
SetLinearPercentage
|
train
|
func (s *TimeBasedLinear) SetLinearPercentage(v int64) *TimeBasedLinear {
s.LinearPercentage = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2255
|
SetTimeBasedCanary
|
train
|
func (s *TrafficRoutingConfig) SetTimeBasedCanary(v *TimeBasedCanary) *TrafficRoutingConfig {
s.TimeBasedCanary = v
return s
}
|
go
|
{
"resource": ""
}
|
q2256
|
SetTimeBasedLinear
|
train
|
func (s *TrafficRoutingConfig) SetTimeBasedLinear(v *TimeBasedLinear) *TrafficRoutingConfig {
s.TimeBasedLinear = v
return s
}
|
go
|
{
"resource": ""
}
|
q2257
|
SetTriggerEvents
|
train
|
func (s *TriggerConfig) SetTriggerEvents(v []*string) *TriggerConfig {
s.TriggerEvents = v
return s
}
|
go
|
{
"resource": ""
}
|
q2258
|
SetTriggerTargetArn
|
train
|
func (s *TriggerConfig) SetTriggerTargetArn(v string) *TriggerConfig {
s.TriggerTargetArn = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2259
|
SetNewApplicationName
|
train
|
func (s *UpdateApplicationInput) SetNewApplicationName(v string) *UpdateApplicationInput {
s.NewApplicationName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2260
|
SetCurrentDeploymentGroupName
|
train
|
func (s *UpdateDeploymentGroupInput) SetCurrentDeploymentGroupName(v string) *UpdateDeploymentGroupInput {
s.CurrentDeploymentGroupName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2261
|
SetNewDeploymentGroupName
|
train
|
func (s *UpdateDeploymentGroupInput) SetNewDeploymentGroupName(v string) *UpdateDeploymentGroupInput {
s.NewDeploymentGroupName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2262
|
WaitUntilFleetStarted
|
train
|
func (c *AppStream) WaitUntilFleetStarted(input *DescribeFleetsInput) error {
return c.WaitUntilFleetStartedWithContext(aws.BackgroundContext(), input)
}
|
go
|
{
"resource": ""
}
|
q2263
|
WaitUntilFleetStopped
|
train
|
func (c *AppStream) WaitUntilFleetStopped(input *DescribeFleetsInput) error {
return c.WaitUntilFleetStoppedWithContext(aws.BackgroundContext(), input)
}
|
go
|
{
"resource": ""
}
|
q2264
|
SetCommentMetadata
|
train
|
func (s *Activity) SetCommentMetadata(v *CommentMetadata) *Activity {
s.CommentMetadata = v
return s
}
|
go
|
{
"resource": ""
}
|
q2265
|
SetIsIndirectActivity
|
train
|
func (s *Activity) SetIsIndirectActivity(v bool) *Activity {
s.IsIndirectActivity = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2266
|
SetOriginalParent
|
train
|
func (s *Activity) SetOriginalParent(v *ResourceMetadata) *Activity {
s.OriginalParent = v
return s
}
|
go
|
{
"resource": ""
}
|
q2267
|
SetParticipants
|
train
|
func (s *Activity) SetParticipants(v *Participants) *Activity {
s.Participants = v
return s
}
|
go
|
{
"resource": ""
}
|
q2268
|
SetResourceMetadata
|
train
|
func (s *Activity) SetResourceMetadata(v *ResourceMetadata) *Activity {
s.ResourceMetadata = v
return s
}
|
go
|
{
"resource": ""
}
|
q2269
|
SetTimeStamp
|
train
|
func (s *Activity) SetTimeStamp(v time.Time) *Activity {
s.TimeStamp = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2270
|
SetNotificationOptions
|
train
|
func (s *AddResourcePermissionsInput) SetNotificationOptions(v *NotificationOptions) *AddResourcePermissionsInput {
s.NotificationOptions = v
return s
}
|
go
|
{
"resource": ""
}
|
q2271
|
SetShareResults
|
train
|
func (s *AddResourcePermissionsOutput) SetShareResults(v []*ShareResult) *AddResourcePermissionsOutput {
s.ShareResults = v
return s
}
|
go
|
{
"resource": ""
}
|
q2272
|
SetCommentStatus
|
train
|
func (s *CommentMetadata) SetCommentStatus(v string) *CommentMetadata {
s.CommentStatus = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2273
|
SetNotifyCollaborators
|
train
|
func (s *CreateCommentInput) SetNotifyCollaborators(v bool) *CreateCommentInput {
s.NotifyCollaborators = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2274
|
SetActivityTypes
|
train
|
func (s *DescribeActivitiesInput) SetActivityTypes(v string) *DescribeActivitiesInput {
s.ActivityTypes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2275
|
SetIncludeIndirectActivities
|
train
|
func (s *DescribeActivitiesInput) SetIncludeIndirectActivities(v bool) *DescribeActivitiesInput {
s.IncludeIndirectActivities = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2276
|
SetUserActivities
|
train
|
func (s *DescribeActivitiesOutput) SetUserActivities(v []*Activity) *DescribeActivitiesOutput {
s.UserActivities = v
return s
}
|
go
|
{
"resource": ""
}
|
q2277
|
SetSearchQuery
|
train
|
func (s *DescribeGroupsInput) SetSearchQuery(v string) *DescribeGroupsInput {
s.SearchQuery = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2278
|
SetUserIds
|
train
|
func (s *DescribeUsersInput) SetUserIds(v string) *DescribeUsersInput {
s.UserIds = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2279
|
SetTotalNumberOfUsers
|
train
|
func (s *DescribeUsersOutput) SetTotalNumberOfUsers(v int64) *DescribeUsersOutput {
s.TotalNumberOfUsers = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2280
|
SetThumbnail
|
train
|
func (s *DocumentVersionMetadata) SetThumbnail(v map[string]*string) *DocumentVersionMetadata {
s.Thumbnail = v
return s
}
|
go
|
{
"resource": ""
}
|
q2281
|
SetCollectionType
|
train
|
func (s *GetResourcesInput) SetCollectionType(v string) *GetResourcesInput {
s.CollectionType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2282
|
SetDocumentSizeInBytes
|
train
|
func (s *InitiateDocumentVersionUploadInput) SetDocumentSizeInBytes(v int64) *InitiateDocumentVersionUploadInput {
s.DocumentSizeInBytes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2283
|
SetUploadMetadata
|
train
|
func (s *InitiateDocumentVersionUploadOutput) SetUploadMetadata(v *UploadMetadata) *InitiateDocumentVersionUploadOutput {
s.UploadMetadata = v
return s
}
|
go
|
{
"resource": ""
}
|
q2284
|
SetSendEmail
|
train
|
func (s *NotificationOptions) SetSendEmail(v bool) *NotificationOptions {
s.SendEmail = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2285
|
SetOriginalName
|
train
|
func (s *ResourceMetadata) SetOriginalName(v string) *ResourceMetadata {
s.OriginalName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2286
|
SetComponents
|
train
|
func (s *ResourcePath) SetComponents(v []*ResourcePathComponent) *ResourcePath {
s.Components = v
return s
}
|
go
|
{
"resource": ""
}
|
q2287
|
SetInviteePrincipalId
|
train
|
func (s *ShareResult) SetInviteePrincipalId(v string) *ShareResult {
s.InviteePrincipalId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2288
|
SetShareId
|
train
|
func (s *ShareResult) SetShareId(v string) *ShareResult {
s.ShareId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2289
|
SetStorageAllocatedInBytes
|
train
|
func (s *StorageRuleType) SetStorageAllocatedInBytes(v int64) *StorageRuleType {
s.StorageAllocatedInBytes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2290
|
SetEndPoint
|
train
|
func (s *Subscription) SetEndPoint(v string) *Subscription {
s.EndPoint = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2291
|
SetVersionStatus
|
train
|
func (s *UpdateDocumentVersionInput) SetVersionStatus(v string) *UpdateDocumentVersionInput {
s.VersionStatus = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2292
|
SetGrantPoweruserPrivileges
|
train
|
func (s *UpdateUserInput) SetGrantPoweruserPrivileges(v string) *UpdateUserInput {
s.GrantPoweruserPrivileges = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2293
|
SetSignedHeaders
|
train
|
func (s *UploadMetadata) SetSignedHeaders(v map[string]*string) *UploadMetadata {
s.SignedHeaders = v
return s
}
|
go
|
{
"resource": ""
}
|
q2294
|
SetUploadUrl
|
train
|
func (s *UploadMetadata) SetUploadUrl(v string) *UploadMetadata {
s.UploadUrl = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2295
|
SetRecycleBinFolderId
|
train
|
func (s *User) SetRecycleBinFolderId(v string) *User {
s.RecycleBinFolderId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2296
|
SetRootFolderId
|
train
|
func (s *User) SetRootFolderId(v string) *User {
s.RootFolderId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2297
|
SetStorageUtilizedInBytes
|
train
|
func (s *UserStorageMetadata) SetStorageUtilizedInBytes(v int64) *UserStorageMetadata {
s.StorageUtilizedInBytes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2298
|
SetViolationReason
|
train
|
func (s *ComplianceViolator) SetViolationReason(v string) *ComplianceViolator {
s.ViolationReason = &v
return s
}
|
go
|
{
"resource": ""
}
|
q2299
|
SetDeleteAllPolicyResources
|
train
|
func (s *DeletePolicyInput) SetDeleteAllPolicyResources(v bool) *DeletePolicyInput {
s.DeleteAllPolicyResources = &v
return s
}
|
go
|
{
"resource": ""
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.