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

WithNativeResolution() public method

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