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

GetInstance() 공개 정적인 메소드

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