_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c200
// SetCloneUrlSsh sets the CloneUrlSsh field's value.
c201
// SetDefaultBranch sets the DefaultBranch field's value.
c202
// SetCustomData sets the CustomData field's value.
c203
// SetIsMove sets the IsMove field's value.
c204
// SetFailedExecutions sets the FailedExecutions field's value.
c205
// SetSuccessfulExecutions sets the SuccessfulExecutions field's value.
c206
// SetDefaultBranchName sets the DefaultBranchName field's value.
c207
// SetNewName sets the NewName field's value.
c208
// SetOldName sets the OldName field's value.
c209
// SetCompany sets the Company field's value.
c210
// SetIsRestricted sets the IsRestricted field's value.
c211
// SetLandmark sets the Landmark field's value.
c212
// SetPrefectureOrDistrict sets the PrefectureOrDistrict field's value.
c213
// SetStateOrProvince sets the StateOrProvince field's value.
c214
// SetStreet1 sets the Street1 field's value.
c215
// SetStreet2 sets the Street2 field's value.
c216
// SetStreet3 sets the Street3 field's value.
c217
// SetObjectsTransferred sets the ObjectsTransferred field's value.
c218
// SetTotalBytes sets the TotalBytes field's value.
c219
// SetTotalObjects sets the TotalObjects field's value.
c220
// SetClusterMetadata sets the ClusterMetadata field's value.
c221
// SetJobMetadata sets the JobMetadata field's value.
c222
// SetSubJobMetadata sets the SubJobMetadata field's value.
c223
// SetSnowballAmiId sets the SnowballAmiId field's value.
c224
// SetEventResourceARN sets the EventResourceARN field's value.
c225
// SetManifestURI sets the ManifestURI field's value.
c226
// SetUnlockCode sets the UnlockCode field's value.
c227
// SetSnowballLimit sets the SnowballLimit field's value.
c228
// SetSnowballsInUse sets the SnowballsInUse field's value.
c229
// SetIsMaster sets the IsMaster field's value.
c230
// SetJobCompletionReportURI sets the JobCompletionReportURI field's value.
c231
// SetJobFailureLogURI sets the JobFailureLogURI field's value.
c232
// SetJobSuccessLogURI sets the JobSuccessLogURI field's value.
c233
// SetJobLogInfo sets the JobLogInfo field's value.
c234
// SetShippingDetails sets the ShippingDetails field's value.
c235
// SetEc2AmiResources sets the Ec2AmiResources field's value.
c236
// SetLambdaResources sets the LambdaResources field's value.
c237
// SetBeginMarker sets the BeginMarker field's value.
c238
// SetEndMarker sets the EndMarker field's value.
c239
// SetEventTriggers sets the EventTriggers field's value.
c240
// SetLambdaArn sets the LambdaArn field's value.
c241
// SetClusterListEntries sets the ClusterListEntries field's value.
c242
// SetCompatibleImages sets the CompatibleImages field's value.
c243
// SetJobStatesToNotify sets the JobStatesToNotify field's value.
c244
// SetNotifyAll sets the NotifyAll field's value.
c245
// SetBucketArn sets the BucketArn field's value.
c246
// SetKeyRange sets the KeyRange field's value.
c247
// SetTrackingNumber sets the TrackingNumber field's value.
c248
// SetInboundShipment sets the InboundShipment field's value.
c249
// SetOutboundShipment sets the OutboundShipment field's value.
c250
// WaitUntilSuccessfulSigningJob uses the signer API operation // DescribeSigningJob to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c251
// SetProposalDurationInHours sets the ProposalDurationInHours field's value.
c252
// SetThresholdComparator sets the ThresholdComparator field's value.
c253
// SetNodeConfiguration sets the NodeConfiguration field's value.
c254
// SetMember sets the Member field's value.
c255
// SetNode sets the Node field's value.
c256
// SetProposal sets the Proposal field's value.
c257
// SetNetworkSummary sets the NetworkSummary field's value.
c258
// SetNetworks sets the Networks field's value.
c259
// SetProposalVotes sets the ProposalVotes field's value.
c260
// SetProposals sets the Proposals field's value.
c261
// SetCaEndpoint sets the CaEndpoint field's value.
c262
// SetAdminPassword sets the AdminPassword field's value.
c263
// SetVpcEndpointServiceName sets the VpcEndpointServiceName field's value.
c264
// SetOrderingServiceEndpoint sets the OrderingServiceEndpoint field's value.
c265
// SetPeerEndpoint sets the PeerEndpoint field's value.
c266
// SetPeerEventEndpoint sets the PeerEventEndpoint field's value.
c267
// SetNoVoteCount sets the NoVoteCount field's value.
c268
// SetOutstandingVoteCount sets the OutstandingVoteCount field's value.
c269
// SetYesVoteCount sets the YesVoteCount field's value.
c270
// SetRemovals sets the Removals field's value.
c271
// SetVoterMemberId sets the VoterMemberId field's value.
c272
// SetApprovalThresholdPolicy sets the ApprovalThresholdPolicy field's value.
c273
// Error returns the string representation of the error. // // See apierr.BaseError ErrorWithExtra for output format // // Satisfies the error interface.
c274
// WithUploaderRequestOptions appends to the Uploader's API request options.
c275
// UploadWithContext uploads an object to S3, intelligently buffering large // files into smaller chunks and sending them in parallel across multiple // goroutines. You can configure the buffer size and concurrency through the // Uploader's parameters. // // UploadWithContext is the same as Upload with the additional support for // Context input parameters. The Context must not be nil. A nil Context will // cause a panic. Use the context to add deadlining, timeouts, etc. The // UploadWithContext may create sub-contexts for individual underlying requests. // // Additional functional options can be provided to configure the individual // upload. These options are copies of the Uploader instance Upload is called from. // Modifying the options will not impact the original Uploader instance. // // Use the WithUploaderRequestOptions helper function to pass in request // options that will be applied to all API operations made with this uploader. // // It is safe to call this method concurrently across goroutines.
c276
// internal logic for deciding whether to upload a single part or use a // multipart upload.
c277
// init will initialize all default options.
c278
// initSize tries to detect the total stream size, setting u.totalSize. If // the size is not known, totalSize is set to -1.
c279
// nextReader returns a seekable reader representing the next packet of data. // This operation increases the shared u.readerPos counter, but note that it // does not need to be wrapped in a mutex because nextReader is only called // from the main thread.
c280
// singlePart contains upload logic for uploading a single chunk via // a regular PutObject request. Multipart requests require at least two // parts, or at least 5MB of data.
c281
// upload will perform a multipart upload using the firstBuf buffer containing // the first chunk of data.
c282
// send performs an UploadPart request and keeps track of the completed // part information.
c283
// geterr is a thread-safe getter for the error object
c284
// seterr is a thread-safe setter for the error object
c285
// fail will abort the multipart unless LeavePartsOnError is set to true.
c286
// complete successfully completes a multipart upload and returns the response.
c287
// InputTokensString returns output tokens formatted as a list
c288
// OutputTokensString returns output tokens formatted as a list
c289
// setup runs post-processing on the paginator configuration.
c290
// WaitUntilAuditReportCreated uses the ACM-PCA API operation // DescribeCertificateAuthorityAuditReport to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c291
// WaitUntilCertificateAuthorityCSRCreated uses the ACM-PCA API operation // GetCertificateAuthorityCsr to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c292
// WaitUntilCertificateIssued uses the ACM-PCA API operation // GetCertificate to wait for a condition to be met before returning. // If the condition is not met within the max attempt window, an error will // be returned.
c293
// StringValue returns the string representation of a value.
c294
// SetIntervalMillis sets the IntervalMillis field's value.
c295
// SetTimeoutMillis sets the TimeoutMillis field's value.
c296
// SetMatch sets the Match field's value.
c297
// SetMeshes sets the Meshes field's value.
c298
// SetVirtualNodes sets the VirtualNodes field's value.
c299
// SetVirtualRouters sets the VirtualRouters field's value.