Amazon.ECS.Model.MerchantItemAttributes.WithNativeResolution C# (CSharp) Method

WithNativeResolution() public method

Sets the NativeResolution property
public WithNativeResolution ( String nativeResolution ) : MerchantItemAttributes
nativeResolution String NativeResolution property
return MerchantItemAttributes
        public MerchantItemAttributes WithNativeResolution(String nativeResolution)
        {
            this.nativeResolutionField = nativeResolution;
            return this;
        }
MerchantItemAttributes