Amazon.ECS.Model.MerchantItemAttributes.WithAspectRatio C# (CSharp) 메소드

WithAspectRatio() 공개 메소드

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