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

GetInstance() 공개 정적인 메소드

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