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

GetInstance() 공개 정적인 메소드

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