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

GetInstance() 공개 정적인 메소드

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