Amazon.ECS.Model.ItemAttributes.WithMediaType C# (CSharp) Method

WithMediaType() public method

Sets the MediaType property
public WithMediaType ( String mediaType ) : ItemAttributes
mediaType String MediaType property
return ItemAttributes
        public ItemAttributes WithMediaType(String mediaType)
        {
            this.mediaTypeField = mediaType;
            return this;
        }
ItemAttributes