Amazon.S3.Model.Internal.MarshallTransformations.PutACLResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : PutACLResponseUnmarshaller
리턴 PutACLResponseUnmarshaller
        public static PutACLResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new PutACLResponseUnmarshaller();
            }
            return instance;
        }