_id
stringlengths 2
7
| title
stringlengths 1
118
| partition
stringclasses 3
values | text
stringlengths 52
85.5k
| language
stringclasses 1
value | meta_information
dict |
---|---|---|---|---|---|
q1600
|
SetWorkspacesConnectionStatus
|
train
|
func (s *DescribeWorkspacesConnectionStatusOutput) SetWorkspacesConnectionStatus(v []*WorkspaceConnectionStatus) *DescribeWorkspacesConnectionStatusOutput {
s.WorkspacesConnectionStatus = v
return s
}
|
go
|
{
"resource": ""
}
|
q1601
|
SetWorkspaceRequest
|
train
|
func (s *FailedCreateWorkspaceRequest) SetWorkspaceRequest(v *WorkspaceRequest) *FailedCreateWorkspaceRequest {
s.WorkspaceRequest = v
return s
}
|
go
|
{
"resource": ""
}
|
q1602
|
SetEc2ImageId
|
train
|
func (s *ImportWorkspaceImageInput) SetEc2ImageId(v string) *ImportWorkspaceImageInput {
s.Ec2ImageId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1603
|
SetIngestionProcess
|
train
|
func (s *ImportWorkspaceImageInput) SetIngestionProcess(v string) *ImportWorkspaceImageInput {
s.IngestionProcess = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1604
|
SetIpRule
|
train
|
func (s *IpRuleItem) SetIpRule(v string) *IpRuleItem {
s.IpRule = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1605
|
SetRuleDesc
|
train
|
func (s *IpRuleItem) SetRuleDesc(v string) *IpRuleItem {
s.RuleDesc = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1606
|
SetManagementCidrRangeConstraint
|
train
|
func (s *ListAvailableManagementCidrRangesInput) SetManagementCidrRangeConstraint(v string) *ListAvailableManagementCidrRangesInput {
s.ManagementCidrRangeConstraint = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1607
|
SetManagementCidrRanges
|
train
|
func (s *ListAvailableManagementCidrRangesOutput) SetManagementCidrRanges(v []*string) *ListAvailableManagementCidrRangesOutput {
s.ManagementCidrRanges = v
return s
}
|
go
|
{
"resource": ""
}
|
q1608
|
SetWorkspaceState
|
train
|
func (s *ModifyWorkspaceStateInput) SetWorkspaceState(v string) *ModifyWorkspaceStateInput {
s.WorkspaceState = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1609
|
SetRebootWorkspaceRequests
|
train
|
func (s *RebootWorkspacesInput) SetRebootWorkspaceRequests(v []*RebootRequest) *RebootWorkspacesInput {
s.RebootWorkspaceRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q1610
|
SetRebuildWorkspaceRequests
|
train
|
func (s *RebuildWorkspacesInput) SetRebuildWorkspaceRequests(v []*RebuildRequest) *RebuildWorkspacesInput {
s.RebuildWorkspaceRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q1611
|
SetStartWorkspaceRequests
|
train
|
func (s *StartWorkspacesInput) SetStartWorkspaceRequests(v []*StartRequest) *StartWorkspacesInput {
s.StartWorkspaceRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q1612
|
SetStopWorkspaceRequests
|
train
|
func (s *StopWorkspacesInput) SetStopWorkspaceRequests(v []*StopRequest) *StopWorkspacesInput {
s.StopWorkspaceRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q1613
|
SetTerminateWorkspaceRequests
|
train
|
func (s *TerminateWorkspacesInput) SetTerminateWorkspaceRequests(v []*TerminateRequest) *TerminateWorkspacesInput {
s.TerminateWorkspaceRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q1614
|
SetModificationStates
|
train
|
func (s *Workspace) SetModificationStates(v []*ModificationState) *Workspace {
s.ModificationStates = v
return s
}
|
go
|
{
"resource": ""
}
|
q1615
|
SetRootStorage
|
train
|
func (s *WorkspaceBundle) SetRootStorage(v *RootStorage) *WorkspaceBundle {
s.RootStorage = v
return s
}
|
go
|
{
"resource": ""
}
|
q1616
|
SetUserStorage
|
train
|
func (s *WorkspaceBundle) SetUserStorage(v *UserStorage) *WorkspaceBundle {
s.UserStorage = v
return s
}
|
go
|
{
"resource": ""
}
|
q1617
|
SetConnectionStateCheckTimestamp
|
train
|
func (s *WorkspaceConnectionStatus) SetConnectionStateCheckTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.ConnectionStateCheckTimestamp = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1618
|
SetLastKnownUserConnectionTimestamp
|
train
|
func (s *WorkspaceConnectionStatus) SetLastKnownUserConnectionTimestamp(v time.Time) *WorkspaceConnectionStatus {
s.LastKnownUserConnectionTimestamp = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1619
|
SetDnsIpAddresses
|
train
|
func (s *WorkspaceDirectory) SetDnsIpAddresses(v []*string) *WorkspaceDirectory {
s.DnsIpAddresses = v
return s
}
|
go
|
{
"resource": ""
}
|
q1620
|
SetIamRoleId
|
train
|
func (s *WorkspaceDirectory) SetIamRoleId(v string) *WorkspaceDirectory {
s.IamRoleId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1621
|
SetIpGroupIds
|
train
|
func (s *WorkspaceDirectory) SetIpGroupIds(v []*string) *WorkspaceDirectory {
s.IpGroupIds = v
return s
}
|
go
|
{
"resource": ""
}
|
q1622
|
SetWorkspaceCreationProperties
|
train
|
func (s *WorkspaceDirectory) SetWorkspaceCreationProperties(v *DefaultWorkspaceCreationProperties) *WorkspaceDirectory {
s.WorkspaceCreationProperties = v
return s
}
|
go
|
{
"resource": ""
}
|
q1623
|
SetWorkspaceSecurityGroupId
|
train
|
func (s *WorkspaceDirectory) SetWorkspaceSecurityGroupId(v string) *WorkspaceDirectory {
s.WorkspaceSecurityGroupId = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1624
|
SetRequiredTenancy
|
train
|
func (s *WorkspaceImage) SetRequiredTenancy(v string) *WorkspaceImage {
s.RequiredTenancy = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1625
|
SetComputeTypeName
|
train
|
func (s *WorkspaceProperties) SetComputeTypeName(v string) *WorkspaceProperties {
s.ComputeTypeName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1626
|
SetRootVolumeSizeGib
|
train
|
func (s *WorkspaceProperties) SetRootVolumeSizeGib(v int64) *WorkspaceProperties {
s.RootVolumeSizeGib = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1627
|
SetRunningMode
|
train
|
func (s *WorkspaceProperties) SetRunningMode(v string) *WorkspaceProperties {
s.RunningMode = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1628
|
SetRunningModeAutoStopTimeoutInMinutes
|
train
|
func (s *WorkspaceProperties) SetRunningModeAutoStopTimeoutInMinutes(v int64) *WorkspaceProperties {
s.RunningModeAutoStopTimeoutInMinutes = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1629
|
SetUserVolumeSizeGib
|
train
|
func (s *WorkspaceProperties) SetUserVolumeSizeGib(v int64) *WorkspaceProperties {
s.UserVolumeSizeGib = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1630
|
SetExpired
|
train
|
func (s *Activation) SetExpired(v bool) *Activation {
s.Expired = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1631
|
SetRegistrationsCount
|
train
|
func (s *Activation) SetRegistrationsCount(v int64) *Activation {
s.RegistrationsCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1632
|
SetLastSuccessfulExecutionDate
|
train
|
func (s *AssociationDescription) SetLastSuccessfulExecutionDate(v time.Time) *AssociationDescription {
s.LastSuccessfulExecutionDate = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1633
|
SetLastUpdateAssociationDate
|
train
|
func (s *AssociationDescription) SetLastUpdateAssociationDate(v time.Time) *AssociationDescription {
s.LastUpdateAssociationDate = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1634
|
SetResourceCountByStatus
|
train
|
func (s *AssociationExecution) SetResourceCountByStatus(v string) *AssociationExecution {
s.ResourceCountByStatus = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1635
|
SetOutputSource
|
train
|
func (s *AssociationExecutionTarget) SetOutputSource(v *OutputSource) *AssociationExecutionTarget {
s.OutputSource = v
return s
}
|
go
|
{
"resource": ""
}
|
q1636
|
SetAssociationStatusAggregatedCount
|
train
|
func (s *AssociationOverview) SetAssociationStatusAggregatedCount(v map[string]*int64) *AssociationOverview {
s.AssociationStatusAggregatedCount = v
return s
}
|
go
|
{
"resource": ""
}
|
q1637
|
SetProgressCounters
|
train
|
func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution {
s.ProgressCounters = v
return s
}
|
go
|
{
"resource": ""
}
|
q1638
|
SetStepExecutionsTruncated
|
train
|
func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution {
s.StepExecutionsTruncated = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1639
|
SetAutomationType
|
train
|
func (s *AutomationExecutionMetadata) SetAutomationType(v string) *AutomationExecutionMetadata {
s.AutomationType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1640
|
SetCloudWatchLogGroupName
|
train
|
func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig {
s.CloudWatchLogGroupName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1641
|
SetCloudWatchOutputEnabled
|
train
|
func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig {
s.CloudWatchOutputEnabled = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1642
|
SetCompletedCount
|
train
|
func (s *Command) SetCompletedCount(v int64) *Command {
s.CompletedCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1643
|
SetDeliveryTimedOutCount
|
train
|
func (s *Command) SetDeliveryTimedOutCount(v int64) *Command {
s.DeliveryTimedOutCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1644
|
SetErrorCount
|
train
|
func (s *Command) SetErrorCount(v int64) *Command {
s.ErrorCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1645
|
SetTargetCount
|
train
|
func (s *Command) SetTargetCount(v int64) *Command {
s.TargetCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1646
|
SetCommandPlugins
|
train
|
func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation {
s.CommandPlugins = v
return s
}
|
go
|
{
"resource": ""
}
|
q1647
|
SetTraceOutput
|
train
|
func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation {
s.TraceOutput = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1648
|
SetResponseFinishDateTime
|
train
|
func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin {
s.ResponseFinishDateTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1649
|
SetResponseStartDateTime
|
train
|
func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin {
s.ResponseStartDateTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1650
|
SetExecutionType
|
train
|
func (s *ComplianceExecutionSummary) SetExecutionType(v string) *ComplianceExecutionSummary {
s.ExecutionType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1651
|
SetCompliantCount
|
train
|
func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary {
s.CompliantCount = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1652
|
SetActivationCode
|
train
|
func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput {
s.ActivationCode = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1653
|
SetSchemaDeleteOption
|
train
|
func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput {
s.SchemaDeleteOption = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1654
|
SetDeletedParameters
|
train
|
func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput {
s.DeletedParameters = v
return s
}
|
go
|
{
"resource": ""
}
|
q1655
|
SetSafe
|
train
|
func (s *DeregisterTargetFromMaintenanceWindowInput) SetSafe(v bool) *DeregisterTargetFromMaintenanceWindowInput {
s.Safe = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1656
|
SetFilterKey
|
train
|
func (s *DescribeActivationsFilter) SetFilterKey(v string) *DescribeActivationsFilter {
s.FilterKey = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1657
|
SetFilterValues
|
train
|
func (s *DescribeActivationsFilter) SetFilterValues(v []*string) *DescribeActivationsFilter {
s.FilterValues = v
return s
}
|
go
|
{
"resource": ""
}
|
q1658
|
SetActivationList
|
train
|
func (s *DescribeActivationsOutput) SetActivationList(v []*Activation) *DescribeActivationsOutput {
s.ActivationList = v
return s
}
|
go
|
{
"resource": ""
}
|
q1659
|
SetAssociationExecutionTargets
|
train
|
func (s *DescribeAssociationExecutionTargetsOutput) SetAssociationExecutionTargets(v []*AssociationExecutionTarget) *DescribeAssociationExecutionTargetsOutput {
s.AssociationExecutionTargets = v
return s
}
|
go
|
{
"resource": ""
}
|
q1660
|
SetAssociationExecutions
|
train
|
func (s *DescribeAssociationExecutionsOutput) SetAssociationExecutions(v []*AssociationExecution) *DescribeAssociationExecutionsOutput {
s.AssociationExecutions = v
return s
}
|
go
|
{
"resource": ""
}
|
q1661
|
SetAutomationExecutionMetadataList
|
train
|
func (s *DescribeAutomationExecutionsOutput) SetAutomationExecutionMetadataList(v []*AutomationExecutionMetadata) *DescribeAutomationExecutionsOutput {
s.AutomationExecutionMetadataList = v
return s
}
|
go
|
{
"resource": ""
}
|
q1662
|
SetEffectivePatches
|
train
|
func (s *DescribeEffectivePatchesForPatchBaselineOutput) SetEffectivePatches(v []*EffectivePatch) *DescribeEffectivePatchesForPatchBaselineOutput {
s.EffectivePatches = v
return s
}
|
go
|
{
"resource": ""
}
|
q1663
|
SetInstanceAssociationStatusInfos
|
train
|
func (s *DescribeInstanceAssociationsStatusOutput) SetInstanceAssociationStatusInfos(v []*InstanceAssociationStatusInfo) *DescribeInstanceAssociationsStatusOutput {
s.InstanceAssociationStatusInfos = v
return s
}
|
go
|
{
"resource": ""
}
|
q1664
|
SetInstanceInformationFilterList
|
train
|
func (s *DescribeInstanceInformationInput) SetInstanceInformationFilterList(v []*InstanceInformationFilter) *DescribeInstanceInformationInput {
s.InstanceInformationFilterList = v
return s
}
|
go
|
{
"resource": ""
}
|
q1665
|
SetInstanceInformationList
|
train
|
func (s *DescribeInstanceInformationOutput) SetInstanceInformationList(v []*InstanceInformation) *DescribeInstanceInformationOutput {
s.InstanceInformationList = v
return s
}
|
go
|
{
"resource": ""
}
|
q1666
|
SetInventoryDeletions
|
train
|
func (s *DescribeInventoryDeletionsOutput) SetInventoryDeletions(v []*InventoryDeletionStatusItem) *DescribeInventoryDeletionsOutput {
s.InventoryDeletions = v
return s
}
|
go
|
{
"resource": ""
}
|
q1667
|
SetWindowExecutionTaskInvocationIdentities
|
train
|
func (s *DescribeMaintenanceWindowExecutionTaskInvocationsOutput) SetWindowExecutionTaskInvocationIdentities(v []*MaintenanceWindowExecutionTaskInvocationIdentity) *DescribeMaintenanceWindowExecutionTaskInvocationsOutput {
s.WindowExecutionTaskInvocationIdentities = v
return s
}
|
go
|
{
"resource": ""
}
|
q1668
|
SetWindowExecutionTaskIdentities
|
train
|
func (s *DescribeMaintenanceWindowExecutionTasksOutput) SetWindowExecutionTaskIdentities(v []*MaintenanceWindowExecutionTaskIdentity) *DescribeMaintenanceWindowExecutionTasksOutput {
s.WindowExecutionTaskIdentities = v
return s
}
|
go
|
{
"resource": ""
}
|
q1669
|
SetWindowExecutions
|
train
|
func (s *DescribeMaintenanceWindowExecutionsOutput) SetWindowExecutions(v []*MaintenanceWindowExecution) *DescribeMaintenanceWindowExecutionsOutput {
s.WindowExecutions = v
return s
}
|
go
|
{
"resource": ""
}
|
q1670
|
SetScheduledWindowExecutions
|
train
|
func (s *DescribeMaintenanceWindowScheduleOutput) SetScheduledWindowExecutions(v []*ScheduledWindowExecution) *DescribeMaintenanceWindowScheduleOutput {
s.ScheduledWindowExecutions = v
return s
}
|
go
|
{
"resource": ""
}
|
q1671
|
SetBaselineIdentities
|
train
|
func (s *DescribePatchBaselinesOutput) SetBaselineIdentities(v []*PatchBaselineIdentity) *DescribePatchBaselinesOutput {
s.BaselineIdentities = v
return s
}
|
go
|
{
"resource": ""
}
|
q1672
|
SetInstancesWithFailedPatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithFailedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithFailedPatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1673
|
SetInstancesWithInstalledOtherPatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledOtherPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledOtherPatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1674
|
SetInstancesWithInstalledPatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledPatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1675
|
SetInstancesWithInstalledRejectedPatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithInstalledRejectedPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithInstalledRejectedPatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1676
|
SetInstancesWithMissingPatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithMissingPatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithMissingPatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1677
|
SetInstancesWithNotApplicablePatches
|
train
|
func (s *DescribePatchGroupStateOutput) SetInstancesWithNotApplicablePatches(v int64) *DescribePatchGroupStateOutput {
s.InstancesWithNotApplicablePatches = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1678
|
SetMappings
|
train
|
func (s *DescribePatchGroupsOutput) SetMappings(v []*PatchGroupPatchBaselineMapping) *DescribePatchGroupsOutput {
s.Mappings = v
return s
}
|
go
|
{
"resource": ""
}
|
q1679
|
SetDefaultVersionName
|
train
|
func (s *DocumentDefaultVersionDescription) SetDefaultVersionName(v string) *DocumentDefaultVersionDescription {
s.DefaultVersionName = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1680
|
SetAttachmentsInformation
|
train
|
func (s *DocumentDescription) SetAttachmentsInformation(v []*AttachmentInformation) *DocumentDescription {
s.AttachmentsInformation = v
return s
}
|
go
|
{
"resource": ""
}
|
q1681
|
SetSha1
|
train
|
func (s *DocumentDescription) SetSha1(v string) *DocumentDescription {
s.Sha1 = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1682
|
SetPatch
|
train
|
func (s *EffectivePatch) SetPatch(v *Patch) *EffectivePatch {
s.Patch = v
return s
}
|
go
|
{
"resource": ""
}
|
q1683
|
SetPatchStatus
|
train
|
func (s *EffectivePatch) SetPatchStatus(v *PatchStatus) *EffectivePatch {
s.PatchStatus = v
return s
}
|
go
|
{
"resource": ""
}
|
q1684
|
SetEntry
|
train
|
func (s *FailedCreateAssociation) SetEntry(v *CreateAssociationBatchRequestEntry) *FailedCreateAssociation {
s.Entry = v
return s
}
|
go
|
{
"resource": ""
}
|
q1685
|
SetFault
|
train
|
func (s *FailedCreateAssociation) SetFault(v string) *FailedCreateAssociation {
s.Fault = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1686
|
SetFailureStage
|
train
|
func (s *FailureDetails) SetFailureStage(v string) *FailureDetails {
s.FailureStage = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1687
|
SetAutomationExecution
|
train
|
func (s *GetAutomationExecutionOutput) SetAutomationExecution(v *AutomationExecution) *GetAutomationExecutionOutput {
s.AutomationExecution = v
return s
}
|
go
|
{
"resource": ""
}
|
q1688
|
SetExecutionElapsedTime
|
train
|
func (s *GetCommandInvocationOutput) SetExecutionElapsedTime(v string) *GetCommandInvocationOutput {
s.ExecutionElapsedTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1689
|
SetExecutionEndDateTime
|
train
|
func (s *GetCommandInvocationOutput) SetExecutionEndDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionEndDateTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1690
|
SetExecutionStartDateTime
|
train
|
func (s *GetCommandInvocationOutput) SetExecutionStartDateTime(v string) *GetCommandInvocationOutput {
s.ExecutionStartDateTime = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1691
|
SetStandardErrorContent
|
train
|
func (s *GetCommandInvocationOutput) SetStandardErrorContent(v string) *GetCommandInvocationOutput {
s.StandardErrorContent = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1692
|
SetStandardOutputContent
|
train
|
func (s *GetCommandInvocationOutput) SetStandardOutputContent(v string) *GetCommandInvocationOutput {
s.StandardOutputContent = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1693
|
SetSnapshotDownloadUrl
|
train
|
func (s *GetDeployablePatchSnapshotForInstanceOutput) SetSnapshotDownloadUrl(v string) *GetDeployablePatchSnapshotForInstanceOutput {
s.SnapshotDownloadUrl = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1694
|
SetAttachmentsContent
|
train
|
func (s *GetDocumentOutput) SetAttachmentsContent(v []*AttachmentContent) *GetDocumentOutput {
s.AttachmentsContent = v
return s
}
|
go
|
{
"resource": ""
}
|
q1695
|
SetResultAttributes
|
train
|
func (s *GetInventoryInput) SetResultAttributes(v []*ResultAttribute) *GetInventoryInput {
s.ResultAttributes = v
return s
}
|
go
|
{
"resource": ""
}
|
q1696
|
SetAggregator
|
train
|
func (s *GetInventorySchemaInput) SetAggregator(v bool) *GetInventorySchemaInput {
s.Aggregator = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1697
|
SetSubType
|
train
|
func (s *GetInventorySchemaInput) SetSubType(v bool) *GetInventorySchemaInput {
s.SubType = &v
return s
}
|
go
|
{
"resource": ""
}
|
q1698
|
SetParameter
|
train
|
func (s *GetParameterOutput) SetParameter(v *Parameter) *GetParameterOutput {
s.Parameter = v
return s
}
|
go
|
{
"resource": ""
}
|
q1699
|
SetPatchGroups
|
train
|
func (s *GetPatchBaselineOutput) SetPatchGroups(v []*string) *GetPatchBaselineOutput {
s.PatchGroups = 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.