Amazon.ECS.Model.ItemAttributes.WithNativeResolution C# (CSharp) 메소드

WithNativeResolution() 공개 메소드

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