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

GetInstance() 공개 정적인 메소드

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