AWS SDK for .NET Documentation
WithImportManifestUrl Method (importManifestUrl)
AmazonAmazon.EC2.ModelDiskImageDescriptionTypeWithImportManifestUrl(String) Did this page help you?   Yes   No    Tell us about it...
Sets the presigned URL for the import manifest stored in Amazon S3.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public DiskImageDescriptionType WithImportManifestUrl(
	string importManifestUrl
)
Parameters
importManifestUrl (String)
The manifest for the disk image, stored in Amazon S3 and presented here as an Amazon S3 pre-signed URL. For information about creating a pre-signed URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)