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

WithAspectRatio() public method

Sets the AspectRatio property
public WithAspectRatio ( String aspectRatio ) : MerchantItemAttributes
aspectRatio String AspectRatio property
return MerchantItemAttributes
        public MerchantItemAttributes WithAspectRatio(String aspectRatio)
        {
            this.aspectRatioField = aspectRatio;
            return this;
        }
MerchantItemAttributes